mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 17:54:15 +01:00
rework main ui
This commit is contained in:
parent
984ee08a2b
commit
33344386c4
11 changed files with 656 additions and 132 deletions
|
|
@ -70,7 +70,7 @@ internal class JoinSyncshellUI : WindowMediatorSubscriberBase
|
|||
ImGui.AlignTextToFramePadding();
|
||||
ImGui.TextUnformatted("Syncshell Password");
|
||||
ImGui.SameLine(200);
|
||||
ImGui.InputTextWithHint("##syncshellpw", "Password", ref _syncshellPassword, 20, ImGuiInputTextFlags.Password);
|
||||
ImGui.InputTextWithHint("##syncshellpw", "Password", ref _syncshellPassword, 50, ImGuiInputTextFlags.Password);
|
||||
using (ImRaii.Disabled(string.IsNullOrEmpty(_desiredSyncshellToJoin) || string.IsNullOrEmpty(_syncshellPassword)))
|
||||
{
|
||||
if (UiSharedService.IconTextButton(Dalamud.Interface.FontAwesomeIcon.Plus, "Join Syncshell"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue