fixes to intro UI, main UI, don't allow folder to be set to penumbra mod folder

This commit is contained in:
Stanley Dimant
2022-07-05 21:14:01 +02:00
parent 0b1a9ed34d
commit 3b5afb9a60
4 changed files with 24 additions and 11 deletions

View File

@@ -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})");