mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 04:07:58 +01:00
:bdelete google to close all tabs from google
This commit is contained in:
@@ -787,6 +787,8 @@ const liberator = (function () //{{{
|
||||
if (cancelQuit.data)
|
||||
return;
|
||||
|
||||
liberator.autocommands.trigger("Quit", "");
|
||||
|
||||
// notify all windows that an application quit has been granted.
|
||||
os.notifyObservers(null, "quit-application-granted", null);
|
||||
|
||||
@@ -918,11 +920,12 @@ const liberator = (function () //{{{
|
||||
if (option.setter && !option.hasChanged)
|
||||
option.reset();
|
||||
}
|
||||
|
||||
liberator.autocommands.trigger("Startup", "");
|
||||
}, 0);
|
||||
|
||||
liberator.statusline.update();
|
||||
|
||||
liberator.autocommands.trigger("Startup", "");
|
||||
liberator.log(liberator.config.name + " fully initialized", 1);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user