Start: Refined display + start with forum disabled

This commit is contained in:
Yorik van Havre
2018-08-18 00:06:33 -03:00
committed by Yorik van Havre
parent 1007c822d6
commit efae18742e
6 changed files with 325 additions and 278 deletions

View File

@@ -94,6 +94,7 @@ void DlgStartPreferencesImp::saveSettings()
checkBox_1->onSave();
checkBox_2->onSave();
checkBox_3->onSave();
checkBox_4->onSave();
}
void DlgStartPreferencesImp::loadSettings()
@@ -118,6 +119,7 @@ void DlgStartPreferencesImp::loadSettings()
checkBox_1->onRestore();
checkBox_2->onRestore();
checkBox_3->onRestore();
checkBox_4->onRestore();
}
/**