Changed profile opening to use GroupData instead of full info, Added opening of syncshell profile from finder.
This commit is contained in:
@@ -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.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user