File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ const mockNotificationSettings = {
101101const mockSystemSettings = {
102102 openLinks : OpenPreference . FOREGROUND ,
103103 keyboardShortcut : true ,
104- showNotificationsCountInTray : false ,
104+ showNotificationsCountInTray : true ,
105105 showNotifications : true ,
106106 playSound : true ,
107107 useAlternateIdleIcon : false ,
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ const defaultNotificationSettings = {
8686const defaultSystemSettings = {
8787 openLinks : OpenPreference . FOREGROUND ,
8888 keyboardShortcut : true ,
89- showNotificationsCountInTray : false ,
89+ showNotificationsCountInTray : true ,
9090 showNotifications : true ,
9191 playSound : true ,
9292 useAlternateIdleIcon : false ,
You can’t perform that action at this time.
0 commit comments