File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ export const AppProvider = ({ children }: { children: ReactNode }) => {
184184 }
185185 } , Constants . REFRESH_ACCOUNTS_INTERVAL_MS ) ;
186186
187- // biome-ignore lint/correctness/useExhaustiveDependencies: We also want to update the tray on setting changes
187+ // biome-ignore lint/correctness/useExhaustiveDependencies: We want to update the tray on setting or notification changes
188188 useEffect ( ( ) => {
189189 setUseUnreadActiveIcon ( settings . useUnreadActiveIcon ) ;
190190 setUseAlternateIdleIcon ( settings . useAlternateIdleIcon ) ;
@@ -193,7 +193,7 @@ export const AppProvider = ({ children }: { children: ReactNode }) => {
193193 settings . showNotificationsCountInTray ,
194194 settings . useUnreadActiveIcon ,
195195 settings . useAlternateIdleIcon ,
196- unreadNotificationCount ,
196+ notifications ,
197197 ] ) ;
198198
199199 useEffect ( ( ) => {
You can’t perform that action at this time.
0 commit comments