settings: more icons

This commit is contained in:
end-4
2025-09-01 22:19:16 +02:00
parent cdc38f7e6e
commit 9f69b8815a
19 changed files with 522 additions and 240 deletions
@@ -10,6 +10,7 @@ TabButton {
property bool toggled: TabBar.tabBar.currentIndex === TabBar.index
property string buttonIcon
property real buttonIconRotation: 0
property string buttonText
property bool expanded: false
property bool showToggledHighlight: true
@@ -99,6 +100,7 @@ TabButton {
}
MaterialSymbol {
id: navRailButtonIcon
rotation: root.buttonIconRotation
anchors.centerIn: parent
iconSize: 24
fill: toggled ? 1 : 0