Fix missing initial theme of linux tray icon

Close #404
This commit is contained in:
Yuya Ochiai
2016-12-27 23:37:38 +09:00
parent ed8205e7e8
commit 0fae9a77c2
2 changed files with 4 additions and 1 deletions

View File

@@ -20,6 +20,9 @@ Release date: TBD
#### Windows
- Fixed an issue where an unexpected window appears while install/uninstalling
#### Linux
- Fixed missing initial theme of tray icon
----
## Release v3.5.0

View File

@@ -18,7 +18,7 @@ function loadDefault(version) {
teams: [],
hideMenuBar: false,
showTrayIcon: false,
trayIconTheme: '',
trayIconTheme: 'light',
disablewebsecurity: true,
minimizeToTray: false,
toggleWindowOnTrayIconClick: false,