mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-14 20:34:16 +01:00
fixes to intro UI, main UI, don't allow folder to be set to penumbra mod folder
This commit is contained in:
parent
0b1a9ed34d
commit
3b5afb9a60
4 changed files with 24 additions and 11 deletions
|
|
@ -89,7 +89,8 @@ namespace MareSynchronos.UI
|
|||
ServerState.Disconnected => "Disconnected",
|
||||
ServerState.Unauthorized => "Unauthorized",
|
||||
ServerState.VersionMisMatch => "Service version mismatch",
|
||||
ServerState.Offline => "Service unavailable"
|
||||
ServerState.Offline => "Service unavailable",
|
||||
ServerState.NoAccount => "No account",
|
||||
};
|
||||
ImGui.SetWindowFontScale(1.2f);
|
||||
ImGui.TextColored(ImGuiColors.DalamudRed, $"No UID ({errorMsg})");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue