1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

bump: failed fprint tries

This commit is contained in:
bbedward
2025-12-08 10:02:36 -05:00
parent 3ef10e73a5
commit 57ee0fb2bd
2 changed files with 2 additions and 2 deletions

View File

@@ -295,7 +295,7 @@ Singleton {
property bool lockScreenShowPowerActions: true property bool lockScreenShowPowerActions: true
property bool enableFprint: false property bool enableFprint: false
property int maxFprintTries: 3 property int maxFprintTries: 15
property bool fprintdAvailable: false property bool fprintdAvailable: false
property string lockScreenActiveMonitor: "all" property string lockScreenActiveMonitor: "all"
property string lockScreenInactiveColor: "#000000" property string lockScreenInactiveColor: "#000000"

View File

@@ -194,7 +194,7 @@ var SPEC = {
lockScreenShowPowerActions: { def: true }, lockScreenShowPowerActions: { def: true },
enableFprint: { def: false }, enableFprint: { def: false },
maxFprintTries: { def: 3 }, maxFprintTries: { def: 15 },
fprintdAvailable: { def: false, persist: false }, fprintdAvailable: { def: false, persist: false },
lockScreenActiveMonitor: { def: "all" }, lockScreenActiveMonitor: { def: "all" },
lockScreenInactiveColor: { def: "#000000" }, lockScreenInactiveColor: { def: "#000000" },