diff --git a/src/components/StructureEditor.vue b/src/components/StructureEditor.vue index 1527ed8..5d9cc97 100644 --- a/src/components/StructureEditor.vue +++ b/src/components/StructureEditor.vue @@ -552,6 +552,7 @@ watch(() => globalStore.userSettings.data, () => { :key="section.key" :prepend-icon="section.disabled() ? 'mdi-alert' : section.icon" :text="section.title" + :disabled="section.disabled()" @click="setSection(section)" />