rework main ui

This commit is contained in:
rootdarkarchon
2023-10-21 18:29:20 +02:00
parent 984ee08a2b
commit 33344386c4
11 changed files with 656 additions and 132 deletions

View File

@@ -100,7 +100,7 @@ public sealed class CommandManagerService : IDisposable
}
else if (string.Equals(splitArgs[0], "analyze", StringComparison.OrdinalIgnoreCase))
{
_mediator.Publish(new OpenDataAnalysisUiMessage());
_mediator.Publish(new UiToggleMessage(typeof(DataAnalysisUi)));
}
}
}