refactor(settings): wire the section-open signal, rename tab files

This commit is contained in:
2026-05-22 22:26:04 +02:00
parent b3fc96f424
commit eafa20748c
13 changed files with 34 additions and 26 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ internal sealed class General : ISettingsTab
Mutable = mutable;
}
public void Draw(bool changed)
public void Draw(bool sectionJustEntered)
{
DrawInputSection();
ImGui.Spacing();