Codechange: split off the settings table and all the callbacks from the main settings handling logic

This commit is contained in:
rubidium42
2021-07-05 17:46:38 +02:00
committed by rubidium42
parent b4aedc8bee
commit 25ca6a75bc
14 changed files with 529 additions and 458 deletions

View File

@@ -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]