GH-1003 Fix settings dialog delays
This commit is contained in:
parent
8fb5d4add3
commit
c1c23e47a7
7 changed files with 18 additions and 24 deletions
|
@ -62,8 +62,6 @@ void MinecraftPage::applySettings()
|
|||
{
|
||||
auto s = MMC->settings();
|
||||
|
||||
SettingsObject::Lock lock(s);
|
||||
|
||||
// Window Size
|
||||
s->set("LaunchMaximized", ui->maximizedCheckBox->isChecked());
|
||||
s->set("MinecraftWinWidth", ui->windowWidthSpinBox->value());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue