main
zhuzihcu 2023-04-12 13:42:45 +08:00
parent 5ca1b715f3
commit 7303e7d900
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ FluObject{
// icon:FluentIcons.Home // icon:FluentIcons.Home
cusIcon: Image{ cusIcon: Image{
anchors.centerIn: parent 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) sourceSize: Qt.size(30,30)
width: 18 width: 18
height: 18 height: 18

View File

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