Settings: removed showActiveWindowIcon
This commit is contained in:
parent
5bf6659ba7
commit
8ee5c34543
2 changed files with 0 additions and 10 deletions
|
|
@ -48,15 +48,6 @@ ColumnLayout {
|
|||
}
|
||||
}
|
||||
|
||||
NToggle {
|
||||
label: "Show Active Window Icon"
|
||||
description: "Display the icon of the currently focused window"
|
||||
value: Settings.data.bar.showActiveWindowIcon
|
||||
onToggled: function (newValue) {
|
||||
Settings.data.bar.showActiveWindowIcon = newValue
|
||||
}
|
||||
}
|
||||
|
||||
NToggle {
|
||||
label: "Show System Info"
|
||||
description: "Display system information (CPU, RAM, Temperature)"
|
||||
|
|
|
|||
|
|
@ -72,7 +72,6 @@ Singleton {
|
|||
|
||||
bar: JsonObject {
|
||||
property bool showActiveWindow: true
|
||||
property bool showActiveWindowIcon: false
|
||||
property bool showSystemInfo: false
|
||||
property bool showMedia: false
|
||||
property bool showTaskbar: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue