diff options
Diffstat (limited to 'config/LockConfig.qml')
| -rw-r--r-- | config/LockConfig.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/LockConfig.qml b/config/LockConfig.qml index f77e033..2af4e2c 100644 --- a/config/LockConfig.qml +++ b/config/LockConfig.qml @@ -2,6 +2,8 @@ import Quickshell.Io JsonObject { property bool recolourLogo: false + property bool enableFprint: true + property int maxFprintTries: 3 property Sizes sizes: Sizes {} component Sizes: JsonObject { |