make syncshell admin ui to standalone window

This commit is contained in:
rootdarkarchon
2023-10-27 01:59:12 +02:00
parent d4bc0c734d
commit a8bc5386ea
7 changed files with 287 additions and 250 deletions

View File

@@ -160,7 +160,7 @@ public class DrawFolderGroup : DrawFolderBase
if (UiSharedService.IconTextButton(FontAwesomeIcon.Cog, "Open Admin Panel", menuWidth, true))
{
ImGui.CloseCurrentPopup();
_mareMediator.Publish(new OpenSyncshellAdminPanelPopupMessage(_groupFullInfoDto));
_mareMediator.Publish(new OpenSyncshellAdminPanel(_groupFullInfoDto));
}
}
}