mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07: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:
parent
d16d30a350
commit
df2d5fa741
6 changed files with 21 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue