1.1.6 UI fixes, electron public api call
This commit is contained in:
parent
9fab54951c
commit
8648e6df41
10 changed files with 77 additions and 18 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue