GH-1003 add some save locking for dialog pages that deal with settings
This commit is contained in:
@ -57,6 +57,8 @@ void ProxyPage::applySettings()
|
||||
{
|
||||
auto s = MMC->settings();
|
||||
|
||||
SettingsObject::Lock lock(s);
|
||||
|
||||
// Proxy
|
||||
QString proxyType = "None";
|
||||
if (ui->proxyDefaultBtn->isChecked())
|
||||
|
Reference in New Issue
Block a user