We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee5178 commit 43fab04Copy full SHA for 43fab04
src/renderer/__mocks__/state-mocks.ts
@@ -101,7 +101,7 @@ const mockNotificationSettings = {
101
const mockSystemSettings = {
102
openLinks: OpenPreference.FOREGROUND,
103
keyboardShortcut: true,
104
- showNotificationsCountInTray: false,
+ showNotificationsCountInTray: true,
105
showNotifications: true,
106
playSound: true,
107
useAlternateIdleIcon: false,
src/renderer/context/App.tsx
@@ -86,7 +86,7 @@ const defaultNotificationSettings = {
86
const defaultSystemSettings = {
87
88
89
90
91
92
0 commit comments