Update: Changed theme.conf syntax.

This commit is contained in:
Keyitdev
2024-09-12 20:40:00 +02:00
parent e630cce6a8
commit 2bb6702a5d
7 changed files with 99 additions and 127 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ RowLayout {
icon.width: 2 * Math.round((root.font.pointSize * 3) / 2)
icon.color: config.IconColor
display: AbstractButton.TextUnderIcon
visible: config.ForceHideSystemButtons != "true" && modelData[2]
visible: config.HideSystemButtons != "true" && modelData[2]
hoverEnabled: true
palette.buttonText: root.palette.text
background: Rectangle {