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

lock: add option to show on 1 display

fixes #607
This commit is contained in:
bbedward
2025-12-03 12:15:22 -05:00
parent f236706d6a
commit 2c7f24a913
4 changed files with 158 additions and 2 deletions

View File

@@ -194,6 +194,8 @@ var SPEC = {
enableFprint: { def: false },
maxFprintTries: { def: 3 },
fprintdAvailable: { def: false, persist: false },
lockScreenActiveMonitor: { def: "all" },
lockScreenInactiveColor: { def: "#000000" },
hideBrightnessSlider: { def: false },
notificationTimeoutLow: { def: 5000 },