mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 19:04:12 +01:00
Fix toolbar commands for the Navbar.
This commit is contained in:
@@ -63,6 +63,11 @@ var Config = Module("config", ConfigBase, {
|
||||
() => { modules.buffer.viewSelectionSource(); }]
|
||||
},
|
||||
|
||||
get toolbars() {
|
||||
let navbar = window.document.getElementById("nav-bar");
|
||||
return window.getTogglableToolbars().concat(navbar);
|
||||
},
|
||||
|
||||
removeTab: function removeTab(tab) {
|
||||
if (window.gInPrintPreviewMode)
|
||||
window.PrintUtils.exitPrintPreview();
|
||||
|
||||
Reference in New Issue
Block a user