mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-27 06:54:20 +00:00
session: always output anonymous status
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
parent
e3c78d3a81
commit
2508d54c10
@ -414,6 +414,8 @@ void QBtSession::configureSession() {
|
||||
sessionSettings.anonymous_mode = pref.isAnonymousModeEnabled();
|
||||
if (sessionSettings.anonymous_mode) {
|
||||
addConsoleMessage(tr("Anonymous mode [ON]"), "blue");
|
||||
} else {
|
||||
addConsoleMessage(tr("Anonymous mode [OFF]"), "blue");
|
||||
}
|
||||
#endif
|
||||
// Queueing System
|
||||
|
Loading…
x
Reference in New Issue
Block a user