1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-12 08:42:13 -04:00

lock: add lock at startup action, not sure how to handle it in crash

scenarios
launcher v2: fix state reset in section changes
fixes #1648
This commit is contained in:
bbedward
2026-02-10 23:25:54 -05:00
parent 3c2d60d8e1
commit 4d316007af
5 changed files with 18 additions and 4 deletions

View File

@@ -483,6 +483,7 @@ Singleton {
property bool lockScreenShowPasswordField: true
property bool lockScreenShowMediaPlayer: true
property bool lockScreenPowerOffMonitorsOnLock: false
property bool lockAtStartup: false
property bool enableFprint: false
property int maxFprintTries: 15

View File

@@ -310,6 +310,7 @@ var SPEC = {
lockScreenShowPasswordField: { def: true },
lockScreenShowMediaPlayer: { def: true },
lockScreenPowerOffMonitorsOnLock: { def: false },
lockAtStartup: { def: false },
enableFprint: { def: false },
maxFprintTries: { def: 15 },
fprintdAvailable: { def: false, persist: false },