feat: added notification options

This commit is contained in:
Subhamoy Biswas
2025-11-05 13:31:40 +05:30
parent 2ee778c5c6
commit 5869bab48e
11 changed files with 693 additions and 246 deletions
+6
View File
@@ -184,6 +184,9 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
log_verbose: true,
log_warning: true,
log_progress: false,
enable_notifications: false,
update_notification: true,
download_completion_notification: false,
// extension settings
websocket_port: 53511
},
@@ -249,6 +252,9 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
log_verbose: true,
log_warning: true,
log_progress: false,
enable_notifications: false,
update_notification: true,
download_completion_notification: false,
// extension settings
websocket_port: 53511
},