mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
fix indentation
This commit is contained in:
parent
7a8655f6b1
commit
b018767617
1 changed files with 4 additions and 2 deletions
|
|
@ -726,9 +726,10 @@ public class SettingsUi : Window, IDisposable
|
|||
|
||||
if (_readExport)
|
||||
{
|
||||
ImGui.Indent();
|
||||
|
||||
if (!_mareCharaFileManager.CurrentlyWorking)
|
||||
{
|
||||
ImGui.Indent();
|
||||
ImGui.InputTextWithHint("Export Descriptor", "This description will be shown on loading the data", ref _exportDescription, 255);
|
||||
if (UiShared.IconTextButton(FontAwesomeIcon.Save, "Export Character as MCDF"))
|
||||
{
|
||||
|
|
@ -750,12 +751,13 @@ public class SettingsUi : Window, IDisposable
|
|||
});
|
||||
});
|
||||
}
|
||||
ImGui.Unindent();
|
||||
}
|
||||
else
|
||||
{
|
||||
UiShared.ColorTextWrapped("Export in progress", ImGuiColors.DalamudYellow);
|
||||
}
|
||||
|
||||
ImGui.Unindent();
|
||||
}
|
||||
bool openInGpose = _configuration.OpenGposeImportOnGposeStart;
|
||||
if (ImGui.Checkbox("Open MCDF import window when GPose loads", ref openInGpose))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue