diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/GeneralConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/GeneralConfig.qml b/config/GeneralConfig.qml index d53364b..eecca01 100644 --- a/config/GeneralConfig.qml +++ b/config/GeneralConfig.qml @@ -13,6 +13,7 @@ JsonObject { } component Idle: JsonObject { + property bool lockBeforeSleep: true property bool inhibitWhenAudio: true property list<var> timeouts: [ { |