refactor(settings): wire the section-open signal, rename tab files
This commit is contained in:
@@ -19,7 +19,7 @@ internal sealed class General : ISettingsTab
|
||||
Mutable = mutable;
|
||||
}
|
||||
|
||||
public void Draw(bool changed)
|
||||
public void Draw(bool sectionJustEntered)
|
||||
{
|
||||
DrawInputSection();
|
||||
ImGui.Spacing();
|
||||
|
||||
Reference in New Issue
Block a user