Minor fixes and new warning for outdated "app" version.

This commit is contained in:
Scott Idem
2024-06-26 14:06:38 -04:00
parent 7faa9d0459
commit dd9c48e801
4 changed files with 45 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ 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-06-25_14',
'ver': '2024-06-26_12',
'name': 'Aether - App Hub (SvelteKit 2.x Svelte 4.x)',
'theme': 'light',
'iframe': false,