Allow to remove tracker from tracker filter widget menu

PR #19681.
Closes #11100.
This commit is contained in:
Vladimir Golovnev
2023-10-11 21:58:05 +03:00
committed by GitHub
parent ec90d169c0
commit 30189ae943
6 changed files with 89 additions and 5 deletions

View File

@@ -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);