From a378f92c58fd330f7781115c0b21da4d9179dadb Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 15 Jul 2025 21:32:19 -0400 Subject: [PATCH] Small bug fix. --- src/lib/ae_stores.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ae_stores.ts b/src/lib/ae_stores.ts index 388ac12e..10bd22e1 100644 --- a/src/lib/ae_stores.ts +++ b/src/lib/ae_stores.ts @@ -190,6 +190,7 @@ const ae_app_local_data_defaults: key_val = { show_element__menu_btn: true, show_element__access_type: true, + show_element__passcode_input: true, show_element__cfg: true, show_element__cfg_detail: false, show_element__sign_in_out: true, // Show the sign-in/out button in the UI