1 files changed, 1 insertions, 1 deletions
diff --git a/resources/AppxManifest.xml b/resources/AppxManifest.xml
index b9a090e1..6951c3b7 100644
--- a/resources/AppxManifest.xml
+++ b/resources/AppxManifest.xml
@@ -26,7 +26,7 @@
uap10:RuntimeBehavior="packagedClassicApp"
uap10:TrustLevel="mediumIL">
<uap:VisualElements DisplayName="Nheko" Description="Matrix client written in Qt" Square150x150Logo="nheko.png"
- Square44x44Logo="nheko.png" BackgroundColor="#ffffff00" />
+ Square44x44Logo="nheko.png" BackgroundColor="transparent" />
<Extensions>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="matrix">
|