update
parent
5ca1b715f3
commit
7303e7d900
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue