setting option to disable lidwatcher, also in settingswindow
This commit is contained in:
@@ -196,6 +196,7 @@ Singleton {
|
||||
wallpaperPath: general.wallpaperPath,
|
||||
desktopIcons: general.desktopIcons,
|
||||
dateFormat: general.dateFormat,
|
||||
lidWatch: general.lidWatch,
|
||||
color: {
|
||||
mode: general.color.mode,
|
||||
smart: general.color.smart,
|
||||
|
||||
@@ -10,6 +10,7 @@ JsonObject {
|
||||
}
|
||||
property string dateFormat: "ddd d MMM - hh:mm:ss"
|
||||
property bool desktopIcons: false
|
||||
property bool lidWatch: true
|
||||
property Idle idle: Idle {
|
||||
}
|
||||
property string logo: ""
|
||||
|
||||
Reference in New Issue
Block a user