fix: icon.source

This commit is contained in:
uncor3
2026-06-08 20:59:36 +00:00
parent ae081e28a4
commit 86101db179
+2 -2
View File
@@ -257,7 +257,7 @@ Item {
anchors.fill: parent
Button {
anchors.fill: parent
icon.source: "qrc:/resources/icons/material-symbols_arrow-left-alt.png"
icon.source: "qrc:/resources/icons/material-symbols_arrow-left-alt.svg"
// FIXME:theming
opacity: backBtn.enabled ? 1.0 : 0.7
}
@@ -325,7 +325,7 @@ Item {
anchors.fill: parent
Button {
anchors.fill: parent
icon.source: "qrc:/resources/icons/material-symbols_arrow-upward-rounded.png"
icon.source: "qrc:/resources/icons/material-symbols_arrow-upward-rounded.svg"
// FIXME:theming
opacity: upBtn.enabled ? 1.0 : 0.7
}