diff --git a/src/components/actionbar/ComfyActionbar.vue b/src/components/actionbar/ComfyActionbar.vue index 41479476f..11435bd7e 100644 --- a/src/components/actionbar/ComfyActionbar.vue +++ b/src/components/actionbar/ComfyActionbar.vue @@ -89,6 +89,7 @@ const { topMenuContainer, queueOverlayExpanded = false } = defineProps<{ const emit = defineEmits<{ (event: 'update:progressTarget', target: HTMLElement | null): void }>() + const settingsStore = useSettingStore() const commandStore = useCommandStore() const { t } = useI18n()