diff --git a/src/lib/ae_stores.ts b/src/lib/ae_stores.ts index 04ab4a61..04a30097 100644 --- a/src/lib/ae_stores.ts +++ b/src/lib/ae_stores.ts @@ -36,13 +36,14 @@ export type key_val = { // *** BEGIN *** Longer-term app data. This should be stored to local storage. export let ae_app_local_data_struct: key_val = { - 'ver': '2024-05-01_15', + 'ver': '2024-06-25_14', 'name': 'Aether - App Hub (SvelteKit 2.x Svelte 4.x)', 'theme': 'light', 'iframe': false, 'title': `OSIT's Æ`, // - Dev SvelteKit`, // Æ 'debug': false, // A simple flag to know if we should show debug information. + 'edit_mode': false, // A simple flag to know if we should show edit mode options. 'account_id': ae_account_id, // OSIT Demo _XY7DXtc9MY 'account_code': 'not_set', diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 6356f15e..a4cbc221 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,6 +1,7 @@