diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d89192a..60e4d922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/common/settings.js b/src/common/settings.js index f3905889..2a921dbb 100644 --- a/src/common/settings.js +++ b/src/common/settings.js @@ -18,7 +18,7 @@ function loadDefault(version) { teams: [], hideMenuBar: false, showTrayIcon: false, - trayIconTheme: '', + trayIconTheme: 'light', disablewebsecurity: true, minimizeToTray: false, toggleWindowOnTrayIconClick: false,