diff --git a/BossMod/Config/ConfigUI.cs b/BossMod/Config/ConfigUI.cs index 8080a4f82a..cecbb65d81 100644 --- a/BossMod/Config/ConfigUI.cs +++ b/BossMod/Config/ConfigUI.cs @@ -30,7 +30,7 @@ public ConfigUI(ConfigRoot config, WorldState ws, RotationDatabase? rotationDB) _ws = ws; _mv = new(rotationDB?.Plans, ws); _presets = rotationDB != null ? new(rotationDB.Presets) : null; - _tabs.Add("About", () => ConfigAboutTab.Draw()); + _tabs.Add("About", ConfigAboutTab.Draw); _tabs.Add("Settings", () => DrawNodes(_roots)); _tabs.Add("Supported Duties", () => _mv.Draw(_tree, _ws)); _tabs.Add("Autorotation Presets", () => _presets?.Draw()); diff --git a/TODO b/TODO index dab786f34d..0fe30f7472 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,7 @@ immediate plans - m2s ai/plan - cdplanner should use real cds - auto avoid gaze +- restore view-timeline to module ui general: - horizontal timeline / cooldown planner