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
@@ -75,7 +75,7 @@ let
icon = "wire-desktop"; icon = "wire-desktop";
name = "wire-desktop"; name = "wire-desktop";
extraEntries = '' extraEntries = ''
StartupWMClass="Wire" StartupWMClass=Wire
''; '';
}; };