mirror of
https://github.com/MatMoul/quickdial-webext.git
synced 2025-11-21 06:52:06 +00:00
Features: Add toolbar button
This commit is contained in:
@@ -5,6 +5,9 @@ core.init = function(){ // Init module
|
||||
core.Settings.init(function(){
|
||||
core.Messages.init();
|
||||
browser.runtime.sendMessage({ cmd: core.Messages.Commands.settingsChanged });
|
||||
browser.browserAction.onClicked.addListener(function(){
|
||||
browser.tabs.create({});
|
||||
});
|
||||
core.GridNodes.sync(core.node, core.settings.grid.root, function(){
|
||||
browser.runtime.sendMessage({ cmd: core.Messages.Commands.gridNodesLoaded });
|
||||
core.Bookmarks.initListener();
|
||||
|
||||
Reference in New Issue
Block a user