1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Electron: Resolves #252: Allow enabling tray icon in Linux

This commit is contained in:
Laurent Cozic
2018-04-16 19:18:28 +02:00
parent dbb321a3cc
commit 0b32741a12
3 changed files with 13 additions and 7 deletions

View File

@ -429,7 +429,7 @@ class BaseApplication {
Setting.setValue('autoUpdateEnabled', 0);
Setting.setValue('sync.interval', 3600);
}
Setting.setValue('firstStart', 0);
} else {
setLocale(Setting.value('locale'));