fixes to intro UI, main UI, don't allow folder to be set to penumbra mod folder
This commit is contained in:
@@ -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})");
|
||||
|
||||
Reference in New Issue
Block a user