1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 23:42:51 -05:00

Add lock screen layout settings (#981)

* Add lock screen layout settings

* Update translation keys
This commit is contained in:
Pi Home Server
2025-12-12 16:45:00 +00:00
committed by GitHub
parent 32e6c1660f
commit df1a8f4066
4 changed files with 56 additions and 3 deletions

View File

@@ -210,6 +210,11 @@ var SPEC = {
modalDarkenBackground: { def: true },
lockScreenShowPowerActions: { def: true },
lockScreenShowSystemIcons: { def: true },
lockScreenShowTime: { def: true },
lockScreenShowDate: { def: true },
lockScreenShowProfileImage: { def: true },
lockScreenShowPasswordField: { def: true },
enableFprint: { def: false },
maxFprintTries: { def: 15 },
fprintdAvailable: { def: false, persist: false },