Settings: removed showActiveWindowIcon

This commit is contained in:
quadbyte 2025-08-15 13:39:23 -04:00
parent 5bf6659ba7
commit 8ee5c34543
2 changed files with 0 additions and 10 deletions

View file

@ -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)"

View file

@ -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