mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 15:27:21 +01:00
bump to 0.3.1
This commit is contained in:
parent
5907202648
commit
07bad0881e
6 changed files with 103 additions and 94 deletions
|
|
@ -233,7 +233,7 @@ namespace MareSynchronos.UI
|
|||
_uiShared.DrawFileScanState();
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (!_uiShared.ApiController.ServerAlive)
|
||||
{
|
||||
if (_uiShared.UidFontBuilt) ImGui.PushFont(_uiShared.UidFont);
|
||||
ImGui.TextUnformatted("Service Registration");
|
||||
|
|
@ -254,11 +254,12 @@ namespace MareSynchronos.UI
|
|||
|
||||
UiShared.TextWrapped("Once you have received a secret key you can connect to the service using the tools provided below.");
|
||||
|
||||
_uiShared.DrawServiceSelection(() =>
|
||||
{
|
||||
SwitchToMainUi?.Invoke();
|
||||
IsOpen = false;
|
||||
});
|
||||
_uiShared.DrawServiceSelection(() => { });
|
||||
}
|
||||
else
|
||||
{
|
||||
SwitchToMainUi?.Invoke();
|
||||
IsOpen = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue