toggle annotations menu

This commit is contained in:
j 2019-01-28 15:02:04 +05:30
parent a691dc2dc8
commit a0a1b21aae
1 changed files with 1 additions and 0 deletions

View File

@ -601,6 +601,7 @@ oml.ui.mainMenu = function() {
that[data.value ? 'enableItem' : 'disableItem']('book');
that[data.value ? 'disableItem' : 'enableItem']('showfilters');
that[data.value ? 'enableItem' : 'disableItem']('showbrowser');
that[data.value ? 'enableItem' : 'disableItem']('showannotations');
}
},
oml_itemview: function(data) {