aboutsummaryrefslogtreecommitdiff
path: root/src/components/SettingsModal.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/SettingsModal.vue')
-rw-r--r--src/components/SettingsModal.vue7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/components/SettingsModal.vue b/src/components/SettingsModal.vue
index e30316d..5c6f8d8 100644
--- a/src/components/SettingsModal.vue
+++ b/src/components/SettingsModal.vue
@@ -124,12 +124,7 @@ let changedCtg: string | null = null; // Used to defer signalling of a category
function onSettingChg(option: string){
store.save(option);
-
- if (option.startsWith('ctgs.')){
- changedCtg = option;
- } else {
- emit('change', option);
- }
+ emit('change', option);
// Make 'Saved' indicator appear/animate
if (!saved.value){