Add shutdown asset

This commit is contained in:
2026-03-03 18:08:08 +01:00
parent bd984b4f78
commit 421420a017
3 changed files with 4 additions and 2 deletions

BIN
assets/system-shutdown.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -144,7 +144,7 @@
<string notr="true"/> <string notr="true"/>
</property> </property>
<property name="text"> <property name="text">
<string> </string> <string/>
</property> </property>
<property name="iconSize"> <property name="iconSize">
<size> <size>
@@ -185,7 +185,8 @@
<string/> <string/>
</property> </property>
<property name="icon"> <property name="icon">
<iconset theme="QIcon::ThemeIcon::SystemShutdown"/> <iconset resource="resources.qrc">
<normaloff>:/assets/system-shutdown.png</normaloff>:/assets/system-shutdown.png</iconset>
</property> </property>
<property name="iconSize"> <property name="iconSize">
<size> <size>

View File

@@ -1,5 +1,6 @@
<RCC> <RCC>
<qresource prefix="/"> <qresource prefix="/">
<file>assets/system-shutdown.png</file>
<file>assets/Avocado-Cake-Demo.otf</file> <file>assets/Avocado-Cake-Demo.otf</file>
<file>assets/background.png</file> <file>assets/background.png</file>
<file>assets/Icone.ico</file> <file>assets/Icone.ico</file>