From 6e2c8d7410643e34b7023d75b8ebf056a26eb725 Mon Sep 17 00:00:00 2001 From: archipelago Date: Wed, 29 Jul 2026 11:40:26 -0400 Subject: [PATCH] =?UTF-8?q?fix(apps):=20drop=20IndeeHub=20open-fullscreen?= =?UTF-8?q?=20default=20=E2=80=94=20opens=20as=20panel=20like=20other=20ap?= =?UTF-8?q?ps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- neode-ui/src/views/appSession/appSessionConfig.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/neode-ui/src/views/appSession/appSessionConfig.ts b/neode-ui/src/views/appSession/appSessionConfig.ts index 513fd666..8f614f49 100644 --- a/neode-ui/src/views/appSession/appSessionConfig.ts +++ b/neode-ui/src/views/appSession/appSessionConfig.ts @@ -11,7 +11,6 @@ export const DISPLAY_MODE_KEY = 'archipelago_app_display_mode' * a mode for that app (an explicit pick is remembered per app and wins). * Apps not listed default to 'panel'. */ export const APP_DEFAULT_DISPLAY_MODE: Record = { - 'indeedhub': 'fullscreen', } /** Initial display mode for an app session: per-app user choice → per-app