mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Correctly hide anonymous settings when using libtorrent < v0.16
This commit is contained in:
@@ -126,6 +126,7 @@ options_imp::options_imp(QWidget *parent):
|
||||
#endif
|
||||
#if LIBTORRENT_VERSION_MINOR < 16
|
||||
checkAnonymousMode->setVisible(false);
|
||||
label_anonymous->setVisible(false);
|
||||
#endif
|
||||
|
||||
// Connect signals / slots
|
||||
|
||||
Reference in New Issue
Block a user