From 32823d5e96b96f62c4f7ce76e9ab559f656539a1 Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Thu, 29 Jan 2026 16:31:16 -0800 Subject: [PATCH] nit --- src/components/actionbar/ComfyActionbar.vue | 1 + 1 file changed, 1 insertion(+) 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()