Update: Changed colors and theme.conf syntax.

This commit is contained in:
Keyitdev
2024-09-18 00:18:56 +02:00
parent 2bb6702a5d
commit 9048065f6d
5 changed files with 35 additions and 24 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ RowLayout {
icon.source: modelData ? Qt.resolvedUrl("../Assets/" + modelData[0] + ".svg") : ""
icon.height: 2 * Math.round((root.font.pointSize * 3) / 2)
icon.width: 2 * Math.round((root.font.pointSize * 3) / 2)
icon.color: config.IconColor
icon.color: config.SystemButtonsIconColor
display: AbstractButton.TextUnderIcon
visible: config.HideSystemButtons != "true" && modelData[2]
hoverEnabled: true