Codechange: Allow early-load settings that are not misc settings.

This commit is contained in:
Michael Lutz
2021-02-16 00:09:52 +01:00
parent 8f5b8fd769
commit 00c66e7096
10 changed files with 111 additions and 103 deletions

View File

@@ -103,6 +103,7 @@ struct SettingDescBase {
OnChange *proc; ///< callback procedure for when the value is changed
OnConvert *proc_cnvt; ///< callback procedure when loading value mechanism fails
SettingCategory cat; ///< assigned categories of the setting
bool startup; ///< setting has to be loaded directly at startup?
};
struct SettingDesc {