Fix StartupWMClass
This commit is contained in:
parent
ce6326a869
commit
5def2d3947
1 changed files with 1 additions and 1 deletions
|
|
@ -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...
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue