summaryrefslogtreecommitdiff
path: root/providers
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-12-10 18:23:57 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-12-10 18:24:04 +0100
commit312fb7860b912d4ae648865b1f2f8d27ebed12cc (patch)
tree27b3d1da2ea8f93dfdf18982b6343c8db0413628 /providers
parent5a8bee2c0caa2a17dec19a0889c9951d13ca3cc2 (diff)
[bug] minor, recurrent gotchas
-QApplication, no QGuiApplication: the later avoids the systray to display - Workaround for invisible app icons when vendoring - Make border visible for snaps
Diffstat (limited to 'providers')
-rw-r--r--providers/vendor.qrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/providers/vendor.qrc b/providers/vendor.qrc
index 2cfa32b..16a5b85 100644
--- a/providers/vendor.qrc
+++ b/providers/vendor.qrc
@@ -1,5 +1,7 @@
<RCC>
<qresource prefix="/vendor/">
- <file alias="icon.svg">assets/icon.svg</file>
+ <file alias="provider.svg">assets/icon.svg</file>
+ <file alias="riseup.svg">riseup/assets/icon.svg</file>
+ <file alias="calyx.svg">calyx/assets/icon.svg</file>
</qresource>
</RCC>