Skip to content

Commit 43fab04

Browse files
authored
feat: default tray count to on (#1776)
Signed-off-by: Adam Setch <[email protected]>
1 parent 5ee5178 commit 43fab04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/renderer/__mocks__/state-mocks.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const mockNotificationSettings = {
101101
const mockSystemSettings = {
102102
openLinks: OpenPreference.FOREGROUND,
103103
keyboardShortcut: true,
104-
showNotificationsCountInTray: false,
104+
showNotificationsCountInTray: true,
105105
showNotifications: true,
106106
playSound: true,
107107
useAlternateIdleIcon: false,

Diff for: src/renderer/context/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const defaultNotificationSettings = {
8686
const defaultSystemSettings = {
8787
openLinks: OpenPreference.FOREGROUND,
8888
keyboardShortcut: true,
89-
showNotificationsCountInTray: false,
89+
showNotificationsCountInTray: true,
9090
showNotifications: true,
9191
playSound: true,
9292
useAlternateIdleIcon: false,

0 commit comments

Comments
 (0)