Merge pull request #2917 from jellyfin/dialog-history-2
Dialog history and actionSheet resolving
This commit is contained in:
@@ -63,7 +63,6 @@ class GroupSelectionMenu {
|
||||
title: globalize.translate('HeaderSyncPlaySelectGroup'),
|
||||
items: menuItems,
|
||||
positionTo: button,
|
||||
resolveOnClick: true,
|
||||
border: true
|
||||
};
|
||||
|
||||
@@ -142,7 +141,6 @@ class GroupSelectionMenu {
|
||||
title: groupInfo.GroupName,
|
||||
items: menuItems,
|
||||
positionTo: button,
|
||||
resolveOnClick: true,
|
||||
border: true
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user