mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:27:21 +01:00
minor fixes and renamings for intro landing page
This commit is contained in:
parent
9bf1a7cf36
commit
99e80aeb4d
6 changed files with 17 additions and 11 deletions
|
|
@ -100,6 +100,8 @@ namespace MareSynchronos
|
|||
{
|
||||
PluginLog.Debug("Client login");
|
||||
|
||||
_pluginInterface.UiBuilder.Draw += Draw;
|
||||
|
||||
if (!_configuration.HasValidSetup)
|
||||
{
|
||||
_introUi.IsOpen = true;
|
||||
|
|
@ -108,7 +110,6 @@ namespace MareSynchronos
|
|||
else
|
||||
{
|
||||
_introUi.IsOpen = false;
|
||||
_pluginInterface.UiBuilder.Draw += Draw;
|
||||
}
|
||||
|
||||
Task.Run(async () =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue