Skip to content

Commit f5303ff

Browse files
committed
Updated updatedKey ref
1 parent 644f1b5 commit f5303ff

File tree

2 files changed

+2
-2
lines changed
  • chatgpt-widescreen

2 files changed

+2
-2
lines changed

chatgpt-widescreen/chromium/extension/lib/sync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ window.sync = {
3232
if (config.notifDisabled) return
3333
settings.save('notifDisabled', true) // suppress notifs for cleaner UI
3434
setTimeout( // ...temporarily
35-
() => settings.save('notifDisabled', false), options?.updatedKey == 'widescreen' ? 1 : 15)
35+
() => settings.save('notifDisabled', false), updatedKey == 'widescreen' ? 1 : 15)
3636
}
3737
},
3838

chatgpt-widescreen/firefox/extension/lib/sync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ window.sync = {
3232
if (config.notifDisabled) return
3333
settings.save('notifDisabled', true) // suppress notifs for cleaner UI
3434
setTimeout( // ...temporarily
35-
() => settings.save('notifDisabled', false), options?.updatedKey == 'widescreen' ? 1 : 15)
35+
() => settings.save('notifDisabled', false), updatedKey == 'widescreen' ? 1 : 15)
3636
}
3737
},
3838

0 commit comments

Comments
 (0)