diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-12-12 03:30:25 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-12-12 23:53:32 +0100 |
commit | d116deedd79379c5ae683ab653d93d75348fa85e (patch) | |
tree | de3f12e00aa059430dc52d9bcc2168f78cbbb0e8 /resources | |
parent | Remove background color in msix (diff) | |
download | nheko-d116deedd79379c5ae683ab653d93d75348fa85e.tar.xz |
Allow clicking notifications on Windows
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 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"> |