Start: Added pref option to use gradient icon for new files

This commit is contained in:
Yorik van Havre
2018-09-29 12:52:04 -03:00
parent dc46910231
commit 17b568db17
3 changed files with 31 additions and 3 deletions

View File

@@ -97,6 +97,7 @@ void DlgStartPreferencesImp::saveSettings()
checkBox_3->onSave();
checkBox_4->onSave();
checkBox_5->onSave();
checkBox_6->onSave();
lineEdit->onSave();
spinBox->onSave();
}
@@ -126,6 +127,7 @@ void DlgStartPreferencesImp::loadSettings()
checkBox_3->onRestore();
checkBox_4->onRestore();
checkBox_5->onRestore();
checkBox_6->onRestore();
lineEdit->onRestore();
spinBox->onRestore();
}