You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newConfigDescription("The shortcut used to toggle the config manager window on and off.\n"+
99
99
"The key can be overridden by a game-specific plugin if necessary, in that case this setting is ignored."));
100
-
_hideSingleSection=Config.AddSetting("General","Hide single sections",false,newConfigDescription("Show section title for plugins with only one section"));
101
-
_pluginConfigCollapsedDefault=Config.AddSetting("General","Plugin collapsed default",true,newConfigDescription("If set to true plugins will be collapsed when opening the configuration manager window"));
100
+
_hideSingleSection=Config.Bind("General","Hide single sections",false,newConfigDescription("Show section title for plugins with only one section"));
101
+
_pluginConfigCollapsedDefault=Config.Bind("General","Plugin collapsed default",true,newConfigDescription("If set to true plugins will be collapsed when opening the configuration manager window"));
102
102
}
103
103
104
104
/// <summary>
@@ -154,6 +154,9 @@ public static void RegisterCustomSettingDrawer(Type settingType, Action<SettingE
0 commit comments