mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 17:14:12 +01:00
Make config.styleableChrome an array.
This commit is contained in:
@@ -51,7 +51,7 @@ const config = { //{{{
|
||||
// focusContent() focuses this widget gSongbirdWindowController takes care of the focus.
|
||||
get visualbellWindow() document.getElementById(this.mainWindowId),
|
||||
|
||||
styleableChrome: "chrome://gonzo/content/xul/mainplayer.xul",
|
||||
styleableChrome: ["chrome://gonzo/content/xul/mainplayer.xul"],
|
||||
|
||||
autocommands: [["BookmarkAdd", "Triggered after a page is bookmarked"],
|
||||
["ColorScheme", "Triggered after a color scheme has been loaded"],
|
||||
|
||||
Reference in New Issue
Block a user