remove sync menu
This commit is contained in:
parent
ae828f76a3
commit
7ab37b21a5
1 changed files with 1 additions and 6 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue