Changed profile opening to use GroupData instead of full info, Added opening of syncshell profile from finder.

This commit is contained in:
cake
2025-12-02 18:19:15 +01:00
parent 962567fbfe
commit 46a8fc72cb
11 changed files with 192 additions and 183 deletions

View File

@@ -235,7 +235,7 @@ public class SyncshellAdminUI : WindowMediatorSubscriberBase
if (_uiSharedService.IconTextButton(FontAwesomeIcon.AddressCard, "Open Syncshell Profile"))
{
Mediator.Publish(new GroupProfileOpenStandaloneMessage(GroupFullInfo));
Mediator.Publish(new GroupProfileOpenStandaloneMessage(GroupFullInfo.Group));
}
UiSharedService.AttachToolTip("Opens the standalone Syncshell profile window for this group.");