diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-12-12 03:19:59 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-12-12 03:19:59 +0100 |
commit | 68114427a8e165db13d59bdc4ff289392ba93e3d (patch) | |
tree | 59cb2fa1067c56e51f9b2acc51f1f8033d9838c2 /resources | |
parent | Try to make windows notifications prettier (diff) | |
download | nheko-68114427a8e165db13d59bdc4ff289392ba93e3d.tar.xz |
Remove background color in msix
Diffstat (limited to 'resources')
-rw-r--r-- | resources/AppxManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/AppxManifest.xml b/resources/AppxManifest.xml index 57c7188e..b9a090e1 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="#ffffff" /> + Square44x44Logo="nheko.png" BackgroundColor="#ffffff00" /> <Extensions> <uap:Extension Category="windows.protocol"> <uap:Protocol Name="matrix"> |