diff --git a/src/components/syncPlay/ui/groupSelectionMenu.js b/src/components/syncPlay/ui/groupSelectionMenu.js index 96a7310381..4a9f861385 100644 --- a/src/components/syncPlay/ui/groupSelectionMenu.js +++ b/src/components/syncPlay/ui/groupSelectionMenu.js @@ -62,7 +62,6 @@ class GroupSelectionMenu { title: globalize.translate('HeaderSyncPlaySelectGroup'), items: menuItems, positionTo: button, - resolveOnClick: true, border: true }; @@ -131,7 +130,6 @@ class GroupSelectionMenu { title: groupInfo.GroupName, items: menuItems, positionTo: button, - resolveOnClick: true, border: true };