forked from 0x2620/pandora
fix a bug in main menu that would prevent the 'show timeline' keyboard shortcut from working
This commit is contained in:
parent
6589cba57a
commit
4fc3842112
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ pandora.ui.mainMenu = function() {
|
|||
pandora.UI.set({showSidebar: !ui.showSidebar});
|
||||
},
|
||||
key_shift_t: function() {
|
||||
ui.item && ui.itemView == 'video'
|
||||
ui.item && ui.itemView == 'player'
|
||||
&& pandora.UI.set({showTimeline: !ui.showTimeline});
|
||||
},
|
||||
pandora_find: function() {
|
||||
|
|
Loading…
Reference in a new issue