Merge pull request #216 from grafixeyehero/dev

remove sync menu from multiselect
This commit is contained in:
Anthony Lavado 2019-03-29 18:55:15 -04:00 committed by GitHub
commit 9677981344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -239,12 +239,7 @@ define(['browser', 'appStorage', 'apphost', 'loading', 'connectionManager', 'glo
id: 'refresh'
});
if (user.Policy.EnableContentDownloading) {
menuItems.push({
name: globalize.translate('Sync'),
id: 'sync'
});
}
require(['actionsheet'], function (actionsheet) {
actionsheet.show({