mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
more work on history...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
0fe8140fd3
commit
0e55868093
@ -733,6 +733,15 @@ var URLHistoryUIActions = actions.Actions({
|
|||||||
isItemDisabled: makeDisabledChecker(fs_state),
|
isItemDisabled: makeDisabledChecker(fs_state),
|
||||||
|
|
||||||
to_remove: to_remove,
|
to_remove: to_remove,
|
||||||
|
|
||||||
|
// XXX should the normal items have a "to top" button???
|
||||||
|
buttons: [
|
||||||
|
// open...
|
||||||
|
['<span class="show-on-hover">↗</span>',
|
||||||
|
function(p){ dialog.browsePath(p) }],
|
||||||
|
'PIN',
|
||||||
|
'REMOVE',
|
||||||
|
],
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user