remove sync menu

This commit is contained in:
grafixeyehero 2019-03-23 02:16:02 +03:00
parent ae828f76a3
commit 7ab37b21a5

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({