minor fixes and renamings for intro landing page

This commit is contained in:
Stanley Dimant
2022-06-22 01:28:42 +02:00
parent 9bf1a7cf36
commit 99e80aeb4d
6 changed files with 17 additions and 11 deletions

View File

@@ -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 () =>