wire-desktop: Fix StartupWMClass

With quotes it doesn't match the Wire's screen, causing the window to not be grouped under its icon in Gnome.
This commit is contained in:
Arian van Putten 2020-03-24 11:22:03 +01:00 committed by GitHub
parent b3412865ce
commit da587daae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ let
icon = "wire-desktop";
name = "wire-desktop";
extraEntries = ''
StartupWMClass="Wire"
StartupWMClass=Wire
'';
};