1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-19 06:45:46 +01:00

added liberator.config.visualbellWindow for generic vb support.

This commit is contained in:
Tim Hammerquist
2008-06-26 09:58:07 +00:00
parent e4b247f3f7
commit 76bceff5b2
4 changed files with 6 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ liberator.config = {
GetThreadTree();
},
get mainWindowID() { return this.isComposeWindow ? "msgcomposeWindow" : "messengerWindow"; },
get visualbellWindow() { return document.getElementById(this.mainWindowID); },
isComposeWindow: false,
autocommands: [["FolderLoaded", "Triggered after switching folders in Thunderbird"],