forked from 0x2620/pandora
typo
This commit is contained in:
parent
c31dce7e63
commit
3e52fe4463
1 changed files with 1 additions and 6 deletions
|
@ -723,18 +723,13 @@ pandora.ui.mainMenu = function() {
|
|||
|
||||
Ox.Event.bind({
|
||||
key_alt_control_f: function() {
|
||||
if (!pandora.hasDialogOrScreen() && pandora.getItemIdAndPosition()) {
|
||||
pandora.$ui.similarClipsDialog = pandora.ui.similarClipsDialog().open();
|
||||
}
|
||||
Ox.Fullscreen.toggle();
|
||||
},
|
||||
key_alt_control_shift_a: function() {
|
||||
if (!pandora.hasDialogOrScreen() && !ui.item) {
|
||||
pandora.$ui.filters.clearFilters();
|
||||
}
|
||||
},
|
||||
key_alt_control_f: function() {
|
||||
Ox.Fullscreen.toggle();
|
||||
},
|
||||
key_alt_control_shift_f: function() {
|
||||
pandora.UI.set({find: {conditions: [], operator: '&'}});
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue