This commit is contained in:
Benjamin Lu
2026-01-29 16:31:16 -08:00
parent 0876efe97c
commit 32823d5e96

View File

@@ -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()