1.1.6 UI fixes, electron public api call

This commit is contained in:
exttex 2020-11-06 18:10:42 +01:00
parent 9fab54951c
commit 8648e6df41
10 changed files with 77 additions and 18 deletions

View file

@ -88,7 +88,7 @@ app.on('ready', async () => {
createWindow();
//Create Tray
if (nativeTheme.shouldUseDarkColors)
if (settings.forceWhiteTrayIcon || nativeTheme.shouldUseDarkColors)
tray = new Tray(assetPath("icon-taskbar-white.png"));
else
tray = new Tray(assetPath("icon-taskbar-black.png"));