From 5def2d3947ad07a68d03dda1a14ef3e3b33177ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivo=20=C5=A0merek?= Date: Sat, 29 Aug 2020 13:53:02 +0200 Subject: [PATCH] Fix StartupWMClass --- static/linux/webtorrent-desktop.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/linux/webtorrent-desktop.ejs b/static/linux/webtorrent-desktop.ejs index e88789cc..db5d52ce 100644 --- a/static/linux/webtorrent-desktop.ejs +++ b/static/linux/webtorrent-desktop.ejs @@ -11,7 +11,7 @@ Actions=CreateNewTorrent;OpenTorrentFile;OpenTorrentAddress; <% if (mimeType && mimeType.length) { %>MimeType=<%= mimeType.join(';') %>;<% } %> <% if (categories && categories.length) { %>Categories=<%= categories.join(';') %>;<% } %> StartupNotify=true -<% if (name) { %>StartupWMClass=<%= name %> <% } %> +StartupWMClass=<%= productName %> [Desktop Action CreateNewTorrent] Name=Create New Torrent...