diff --git a/Core.py b/Core.py index 682bbdf..d14dfd7 100644 --- a/Core.py +++ b/Core.py @@ -1828,5 +1828,7 @@ class Core: return 'vuze.png' elif client == '3': return 'deluge.png' + elif client == '4': + return 'qbittorrent.png' else: return 'torrent-client.png' diff --git a/icons/qbittorrent.png b/icons/qbittorrent.png new file mode 100644 index 0000000..c05ca3f Binary files /dev/null and b/icons/qbittorrent.png differ