mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:47:21 +01:00
fix toggle ui
This commit is contained in:
parent
a56758f5a6
commit
dc3c6c199d
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ public sealed class CommandManagerService : IDisposable
|
|||
if (splitArgs == null || splitArgs.Length == 0)
|
||||
{
|
||||
// Interpret this as toggling the UI
|
||||
_uiService.ToggleUi();
|
||||
_uiService.ToggleMainUi();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue