chore(ui): drop unused DISPLAY_MODE_KEY that broke vue-tsc build

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Dorian 2026-07-14 21:57:12 +01:00
parent 6fa0aa46a9
commit 5642aae530

View File

@ -198,8 +198,6 @@ export interface NostrConsentRequest {
reject: () => void
}
const DISPLAY_MODE_KEY = 'archipelago_app_display_mode'
export const useAppLauncherStore = defineStore('appLauncher', () => {
const isOpen = ref(false)
const url = ref('')