mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 18:36:58 +03:00
GH-1003 add some save locking for dialog pages that deal with settings
This commit is contained in:
parent
185ff238c2
commit
8fb5d4add3
7 changed files with 18 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ bool InstanceSettingsPage::apply()
|
|||
|
||||
void InstanceSettingsPage::applySettings()
|
||||
{
|
||||
SettingsObject::Lock lock(m_settings);
|
||||
|
||||
// Console
|
||||
bool console = ui->consoleSettingsBox->isChecked();
|
||||
m_settings->set("OverrideConsole", console);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue