From c8bac30ab396a50a524def108f9b0aadded5b9e8 Mon Sep 17 00:00:00 2001 From: Khushboo Mehta Date: Thu, 19 Feb 2026 19:55:22 +0100 Subject: [PATCH] chore: add icon to be shown when loaded into an app --- metadata.json | 1 + src/icons/storage.png | Bin 0 -> 365 bytes src/storage_resources.qrc | 1 + 3 files changed, 2 insertions(+) create mode 100644 src/icons/storage.png diff --git a/metadata.json b/metadata.json index d93a177..3bde0ac 100644 --- a/metadata.json +++ b/metadata.json @@ -5,6 +5,7 @@ "author": "Logos Core Team", "type": "ui", "main": "storage_ui", + "icon": ":/icons/storage.png", "dependencies": [ "storage_module" ], diff --git a/src/icons/storage.png b/src/icons/storage.png new file mode 100644 index 0000000000000000000000000000000000000000..c299cda3bafba30481d8c69ad96c0123625c022d GIT binary patch literal 365 zcmeAS@N?(olHy`uVBq!ia0vp^G9b*s1|*Ak?@s|zoCO|{#S9GG!XV7ZFl&wkP>``W z$lZxy-8q?;Kn_c~qpu?a!^VE@KZ&eBIVMjR$B+ufx6|%(HX8^W(_hGJ;pF~;<0V_) zg?${ayv;MF2OJcaJt`=psQhEmk44|s1x%0#@OUHtk-g}6W8IILHEapb?g>qX|=t&>cC%rWi~dwlb__}TZIi*zdmSbFp}aq#^7XBV4a_LJZQ=!x`yL2@BMmq;Sa$f6-P7@(~E5wzbSj4uySj^1PmPpPgg&e IbxsLQ05{NzkN^Mx literal 0 HcmV?d00001 diff --git a/src/storage_resources.qrc b/src/storage_resources.qrc index 0ec01ad..a5196b8 100644 --- a/src/storage_resources.qrc +++ b/src/storage_resources.qrc @@ -6,5 +6,6 @@ qml/StorageView.qml qml/LogosTextField.qml qml/LogosStorageButton.qml + icons/storage.png