Formatting fix because of accidental backspace

This commit is contained in:
Eauldane 2025-11-30 20:26:19 +00:00
parent b461ad845d
commit bfe338e991

View file

@ -245,7 +245,9 @@ internal class ThirdRepoSettingsEntry : SettingsEntry
if (ImGui.InputText("##thirdRepoUrlInput"u8, ref this.thirdRepoTempUrl, 300))
{
this.IsValid = true;
} ImGui.NextColumn();
}
ImGui.NextColumn();
// Enabled button
ImGui.NextColumn();
if (!string.IsNullOrEmpty(this.thirdRepoTempUrl) && ImGuiComponents.IconButton(FontAwesomeIcon.Plus))