chore: add icon to be shown when loaded into an app

This commit is contained in:
Khushboo Mehta 2026-02-19 19:55:22 +01:00
parent 2855adeb86
commit c8bac30ab3
3 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"author": "Logos Core Team",
"type": "ui",
"main": "storage_ui",
"icon": ":/icons/storage.png",
"dependencies": [
"storage_module"
],

BIN
src/icons/storage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

View File

@ -6,5 +6,6 @@
<file alias="StorageView.qml">qml/StorageView.qml</file>
<file alias="LogosTextField.qml">qml/LogosTextField.qml</file>
<file alias="LogosStorageButton.qml">qml/LogosStorageButton.qml</file>
<file>icons/storage.png</file>
</qresource>
</RCC>