mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
fix icon path
This commit is contained in:
|
Before Width: | Height: | Size: 461 B After Width: | Height: | Size: 461 B |
+1
-1
@@ -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",
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user