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 = {
101
101
const mockSystemSettings = {
102
102
openLinks : OpenPreference . FOREGROUND ,
103
103
keyboardShortcut : true ,
104
- showNotificationsCountInTray : false ,
104
+ showNotificationsCountInTray : true ,
105
105
showNotifications : true ,
106
106
playSound : true ,
107
107
useAlternateIdleIcon : false ,
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ const defaultNotificationSettings = {
86
86
const defaultSystemSettings = {
87
87
openLinks : OpenPreference . FOREGROUND ,
88
88
keyboardShortcut : true ,
89
- showNotificationsCountInTray : false ,
89
+ showNotificationsCountInTray : true ,
90
90
showNotifications : true ,
91
91
playSound : true ,
92
92
useAlternateIdleIcon : false ,
You can’t perform that action at this time.
0 commit comments