Merge pull request #83274 from arianvp/patch-5

wire-desktop: Fix StartupWMClass
This commit is contained in:
worldofpeace 2020-03-26 10:57:03 -04:00 committed by GitHub
commit 9127e02eb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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