Start: Allow to not show start page on file open

This commit is contained in:
Yorik van Havre
2018-08-09 17:04:50 -03:00
committed by Yorik van Havre
parent 36cd5a55cf
commit 1007c822d6
5 changed files with 46 additions and 6 deletions

View File

@@ -93,6 +93,7 @@ void DlgStartPreferencesImp::saveSettings()
radioButton_2->onSave();
checkBox_1->onSave();
checkBox_2->onSave();
checkBox_3->onSave();
}
void DlgStartPreferencesImp::loadSettings()
@@ -116,6 +117,7 @@ void DlgStartPreferencesImp::loadSettings()
radioButton_2->onRestore();
checkBox_1->onRestore();
checkBox_2->onRestore();
checkBox_3->onRestore();
}
/**