mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
- Not loading/applying options everytime we show options window anymore...
- Fixed ip filter - Updated version number - Disabled debug mode *** Release is approaching :) ***
This commit is contained in:
@@ -1631,8 +1631,10 @@ void GUI::configureSession(){
|
||||
}
|
||||
// Apply filtering settings
|
||||
if(options->isFilteringEnabled()){
|
||||
qDebug("Ip Filter enabled");
|
||||
s->set_ip_filter(options->getFilter());
|
||||
}else{
|
||||
qDebug("Ip Filter disabled");
|
||||
s->set_ip_filter(ip_filter());
|
||||
}
|
||||
// Apply Proxy settings
|
||||
@@ -2297,7 +2299,7 @@ void GUI::setLocale(QString locale){
|
||||
|
||||
// Display Program Options
|
||||
void GUI::showOptions() const{
|
||||
options->showLoad();
|
||||
options->show();
|
||||
}
|
||||
|
||||
// Is executed each time options are saved
|
||||
|
||||
Reference in New Issue
Block a user