Browse Source

Mark as single window app in .desktop file

qBittorrent is a single-window application.
By marking it as such desktop environments know to not offer to open
a new window for it.
This is a new standard key intruduced in
3ea3bc26e2
PR #15996.
adaptive-webui-19844
Nicolas Fella 3 years ago committed by GitHub
parent
commit
2da39e2fbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      dist/unix/org.qbittorrent.qBittorrent.desktop

1
dist/unix/org.qbittorrent.qBittorrent.desktop vendored

@ -11,6 +11,7 @@ Type=Application @@ -11,6 +11,7 @@ Type=Application
StartupNotify=false
StartupWMClass=qbittorrent
Keywords=bittorrent;torrent;magnet;download;p2p;
SingleMainWindow=true
# Translations

Loading…
Cancel
Save