Skip to content

Commit

Permalink
youtube-music: fix desktopName and startupWMClass
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacchua authored and bjornfor committed Dec 5, 2024
1 parent a58774a commit 839585c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/youtube-music/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ stdenv.mkDerivation (finalAttrs: {
name = "youtube-music";
exec = "youtube-music %u";
icon = "youtube-music";
desktopName = "Youtube Music";
startupWMClass = "Youtube Music";
desktopName = "YouTube Music";
startupWMClass = "YouTube Music";
categories = [ "AudioVideo" ];
})
];
Expand Down

0 comments on commit 839585c

Please sign in to comment.