Merge pull request #10 from logos-co/chore/addIcon

chore: add icon to be shown when loaded into an app
This commit is contained in:
Khushboo-dev-cpp 2026-02-20 15:01:51 +05:30 committed by GitHub
commit ccbdb56fb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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>