Codechange: split off the settings table and all the callbacks from the main settings handling logic
This commit is contained in:
@@ -20,7 +20,7 @@ extern bool _allow_hidpi_window;
|
||||
#define WITHOUT_COCOA
|
||||
#endif
|
||||
|
||||
static const SettingVariant _misc_settings[] = {
|
||||
static const SettingVariant _misc_settings_table[] = {
|
||||
[post-amble]
|
||||
};
|
||||
[templates]
|
||||
|
||||
Reference in New Issue
Block a user