1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-04 22:13:34 +02:00

Melodactyl naming fixes.

This commit is contained in:
Kris Maglione
2010-10-02 12:59:11 -04:00
parent a59d88fee7
commit 35fbbf8af4
2 changed files with 12 additions and 10 deletions

View File

@@ -22,16 +22,13 @@ const Config = Module("config", ConfigBase, {
SBGetBrowser().mCurrentBrowser.stop();
};
},
/*** required options, no checks done if they really exist, so be careful ***/
name: "Xulmus",
host: "Songbird",
/*** optional options, there are checked for existence and a fallback provided ***/
features: ["bookmarks", "hints", "marks", "history", "quickmarks", "session", "tabs", "player"],
defaults: {
guioptions: "mprb",
showtabline: 2,
titlestring: "Xulmus"
get titlestring() config.name
},
guioptions: {