fix icon path

This commit is contained in:
uncor3
2026-06-09 21:41:47 +03:00
parent ca2bd878a6
commit 4dc8e0f171
3 changed files with 2 additions and 2 deletions

Before

Width:  |  Height:  |  Size: 461 B

After

Width:  |  Height:  |  Size: 461 B

+1 -1
View File
@@ -13,7 +13,7 @@ qrc!(pub rsrc,
"resources/icons/ic_outline-refresh.svg",
"resources/icons/ic_twotone-restart-alt.svg",
"resources/icons/icon-park-outline_more-two.svg",
"resources/icons/lets-icons:import.svg",
"resources/icons/lets-icons_import.svg",
"resources/icons/lets-icons_horizontal-down-left-main-light.svg",
"resources/icons/material-symbols_airplay-outline-rounded.svg",
"resources/icons/material-symbols_android-wifi-3-bar-plus.svg",
+1 -1
View File
@@ -356,7 +356,7 @@ Item {
anchors.fill: parent
Button {
anchors.fill: parent
icon.source: "qrc:/resources/icons/lets-icons:import.svg"
icon.source: "qrc:/resources/icons/lets-icons_import.svg"
// FIXME:theming
opacity: importBtn.enabled ? 1.0 : 0.7
}