diff --git a/ui (gen4)/features/history.js b/ui (gen4)/features/history.js index 6eaad4cd..1d6eae57 100755 --- a/ui (gen4)/features/history.js +++ b/ui (gen4)/features/history.js @@ -733,6 +733,15 @@ var URLHistoryUIActions = actions.Actions({ isItemDisabled: makeDisabledChecker(fs_state), to_remove: to_remove, + + // XXX should the normal items have a "to top" button??? + buttons: [ + // open... + ['', + function(p){ dialog.browsePath(p) }], + 'PIN', + 'REMOVE', + ], }) }