diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/BarConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml index 1f9db70..5967952 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -78,6 +78,7 @@ JsonObject { property bool showNetwork: true property bool showBluetooth: true property bool showBattery: true + property bool showLockStatus: true } component Clock: JsonObject { |