mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Implemented flag display in peer list (has to be enabled in program preferences, connection section)
This commit is contained in:
parent
12106c308e
commit
c5c09b09ee
9 changed files with 133 additions and 14 deletions
|
@ -267,6 +267,7 @@ void PropertiesWidget::saveSettings() {
|
|||
void PropertiesWidget::reloadPreferences() {
|
||||
// Take program preferences into consideration
|
||||
peersList->updatePeerHostNameResolutionState();
|
||||
peersList->updatePeerCountryResolutionState();
|
||||
}
|
||||
|
||||
void PropertiesWidget::loadDynamicData() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue