1
0
mirror of https://github.com/zhuzichu520/FluentUI.git synced 2025-05-04 17:47:24 +08:00
This commit is contained in:
zhuzihcu 2023-04-12 13:42:45 +08:00
parent 5ca1b715f3
commit 7303e7d900
2 changed files with 2 additions and 1 deletions

@ -12,7 +12,7 @@ FluObject{
// icon:FluentIcons.Home
cusIcon: Image{
anchors.centerIn: parent
source: "qrc:/res/svg/home.svg"
source: FluTheme.dark ? "qrc:/res/svg/home_dark.svg" : "qrc:/res/svg/home.svg"
sourceSize: Qt.size(30,30)
width: 18
height: 18

@ -161,5 +161,6 @@
<file>T_Settings.qml</file>
<file>global/MainEvent.qml</file>
<file>res/svg/home.svg</file>
<file>res/svg/home_dark.svg</file>
</qresource>
</RCC>