1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-11 08:12:09 -04: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

@@ -311,6 +311,12 @@ Singleton {
property bool modalDarkenBackground: true
property bool lockScreenShowPowerActions: true
property bool lockScreenShowSystemIcons: true
property bool lockScreenShowTime: true
property bool lockScreenShowDate: true
property bool lockScreenShowProfileImage: true
property bool lockScreenShowPasswordField: true
property bool enableFprint: false
property int maxFprintTries: 15
property bool fprintdAvailable: false

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 },