forked from 0x2620/pandora
fix menu
This commit is contained in:
parent
227440ab85
commit
716274c356
1 changed files with 2 additions and 2 deletions
|
@ -611,7 +611,7 @@ pandora.ui.mainMenu = function() {
|
||||||
},
|
},
|
||||||
key_shift_d: function() {
|
key_shift_d: function() {
|
||||||
hasDocument() && pandora.UI.set({showDocument: !ui.showDocument});
|
hasDocument() && pandora.UI.set({showDocument: !ui.showDocument});
|
||||||
}
|
},
|
||||||
key_shift_f: function() {
|
key_shift_f: function() {
|
||||||
!ui.item && pandora.UI.set({showFilters: !ui.showFilters});
|
!ui.item && pandora.UI.set({showFilters: !ui.showFilters});
|
||||||
},
|
},
|
||||||
|
@ -754,7 +754,7 @@ pandora.ui.mainMenu = function() {
|
||||||
},
|
},
|
||||||
pandora_showdocument: function(data) {
|
pandora_showdocument: function(data) {
|
||||||
that.setItemTitle('showdocument', Ox._((data.value ? 'Hide' : 'Show') + ' Document'));
|
that.setItemTitle('showdocument', Ox._((data.value ? 'Hide' : 'Show') + ' Document'));
|
||||||
}
|
},
|
||||||
pandora_showfilters: function(data) {
|
pandora_showfilters: function(data) {
|
||||||
that.setItemTitle('showfilters', Ox._((data.value ? 'Hide' : 'Show') + ' Filters'));
|
that.setItemTitle('showfilters', Ox._((data.value ? 'Hide' : 'Show') + ' Filters'));
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue