Start: Allow to not show start page on file open
This commit is contained in:
committed by
Yorik van Havre
parent
36cd5a55cf
commit
1007c822d6
@@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user