fix toggle ui

This commit is contained in:
rootdarkarchon
2023-10-08 12:25:03 +02:00
parent a56758f5a6
commit dc3c6c199d

View File

@@ -49,7 +49,7 @@ public sealed class CommandManagerService : IDisposable
if (splitArgs == null || splitArgs.Length == 0) if (splitArgs == null || splitArgs.Length == 0)
{ {
// Interpret this as toggling the UI // Interpret this as toggling the UI
_uiService.ToggleUi(); _uiService.ToggleMainUi();
return; return;
} }