mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d758dbc8d4
commit
52e0eac4d0
@ -757,6 +757,16 @@ var URLHistoryUIActions = actions.Actions({
|
||||
save()
|
||||
})
|
||||
|
||||
// handle 'O' button to browse path...
|
||||
dialog.browsePath = function(p){
|
||||
this.selected
|
||||
&& that.browsePath(p || this.selected)
|
||||
.close(function(evt, reason){
|
||||
reason != 'reject'
|
||||
&& dialog.close(reason)
|
||||
}) }
|
||||
dialog.keyboard.handler('General', 'O', 'browsePath')
|
||||
|
||||
return dialog
|
||||
})],
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user