1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 14:12:27 +01:00

add QuitPre and ShellCmdPost autocommand events

This commit is contained in:
Doug Kearns
2008-08-28 11:53:46 +00:00
parent bd9c55742b
commit 61d29dc6be
4 changed files with 8 additions and 0 deletions

View File

@@ -1026,6 +1026,8 @@ const liberator = (function () //{{{
shutdown: function ()
{
liberator.autocommands.trigger("QuitPre", "");
// save our preferences
liberator.commandline.destroy();
liberator.options.destroy();