Possible material symbol fix for Tabs.qml

This commit is contained in:
ly-sec 2025-07-15 23:19:05 +02:00
parent 89cfd521c4
commit a9e9dcab18

View file

@ -38,7 +38,7 @@ Item {
// Icon // Icon
Text { Text {
text: modelData.icon text: modelData.icon
font.family: "Material Icons" font.family: "Material Symbols Outlined"
font.pixelSize: 22 font.pixelSize: 22
color: index === root.currentIndex color: index === root.currentIndex
? (Theme ? Theme.accentPrimary : "#7C3AED") ? (Theme ? Theme.accentPrimary : "#7C3AED")