mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Formatting fix because of accidental backspace
This commit is contained in:
parent
b461ad845d
commit
bfe338e991
1 changed files with 3 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue