diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 79858884..8cdd90aa 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -118,6 +118,7 @@
// Connection Status
let is_offline = $derived(browser && online.current === false);
let api_unreachable = $derived($ae_loc?.account_id === 'ghost');
+ let show_connection_details = $state(true);
// BEGIN: Sanity Checks:
// Added 2025-07-15
@@ -778,32 +779,59 @@