From bfe338e991d66172bd0604c4d3505b10e5105fb6 Mon Sep 17 00:00:00 2001 From: Eauldane Date: Sun, 30 Nov 2025 20:26:19 +0000 Subject: [PATCH] Formatting fix because of accidental backspace --- .../Windows/Settings/Widgets/ThirdRepoSettingsEntry.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dalamud/Interface/Internal/Windows/Settings/Widgets/ThirdRepoSettingsEntry.cs b/Dalamud/Interface/Internal/Windows/Settings/Widgets/ThirdRepoSettingsEntry.cs index d0a750c31..003b8e088 100644 --- a/Dalamud/Interface/Internal/Windows/Settings/Widgets/ThirdRepoSettingsEntry.cs +++ b/Dalamud/Interface/Internal/Windows/Settings/Widgets/ThirdRepoSettingsEntry.cs @@ -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))