From 0e55868093b2f67823e32d8ab706673f9081dba1 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 8 Feb 2017 01:31:41 +0300 Subject: [PATCH] more work on history... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/history.js | 9 +++++++++ 1 file changed, 9 insertions(+) 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', + ], }) }