feat: recolour lock by default
This commit is contained in:
parent
031833f85e
commit
bed81f71fa
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ class LockConfig : public ConfigObject {
|
|||
Q_OBJECT
|
||||
QML_ANONYMOUS
|
||||
|
||||
CONFIG_PROPERTY(bool, recolourLogo, false)
|
||||
CONFIG_PROPERTY(bool, recolourLogo, true)
|
||||
CONFIG_GLOBAL_PROPERTY(bool, enableFprint, true)
|
||||
CONFIG_GLOBAL_PROPERTY(int, maxFprintTries, 3)
|
||||
CONFIG_PROPERTY(bool, hideNotifs, false)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue