mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Lock on boot by default if SD is missing
Setting defaults to ON, so removing SD card will lock on boot if PIN is set Also changes that lock on boot will not apply if PIN is not set (what if no PIN set and no SD card, then lock keypad always? bad idea)
This commit is contained in:
@@ -117,7 +117,7 @@ void momentum_app_scene_interface_lockscreen_on_enter(void* context) {
|
||||
|
||||
item = variable_item_list_add(
|
||||
var_item_list,
|
||||
"Lock on Boot",
|
||||
"Lock on Boot if PIN set",
|
||||
2,
|
||||
momentum_app_scene_interface_lockscreen_lock_on_boot_changed,
|
||||
app);
|
||||
|
||||
Reference in New Issue
Block a user