mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 00:17:23 -06:00
Allow to remove tracker from tracker filter widget menu
PR #19681. Closes #11100.
This commit is contained in:
committed by
GitHub
parent
ec90d169c0
commit
30189ae943
@@ -321,6 +321,8 @@ public:
|
||||
void setConfirmPauseAndResumeAll(bool enabled);
|
||||
bool confirmMergeTrackers() const;
|
||||
void setConfirmMergeTrackers(bool enabled);
|
||||
bool confirmRemoveTrackerFromAllTorrents() const;
|
||||
void setConfirmRemoveTrackerFromAllTorrents(bool enabled);
|
||||
#ifndef Q_OS_MACOS
|
||||
bool systemTrayEnabled() const;
|
||||
void setSystemTrayEnabled(bool enabled);
|
||||
|
||||
Reference in New Issue
Block a user