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

[muttator] has "f" as default 'guioptions', should change to fmT?

This commit is contained in:
Martin Stubenschrott
2008-06-10 19:44:41 +00:00
parent 119de356b5
commit 0245cfcef8
3 changed files with 3 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ const liberator = (function () //{{{
{
liberator.options.add(["guioptions", "go"],
"Show or hide certain GUI elements like the menu or toolbar",
"charlist", "",
"charlist", liberator.config.defaults.guioptions || "",
{
setter: function (value)
{

View File

@@ -33,6 +33,7 @@ liberator.config = {
/*** optional options, there are checked for existance and a fallback provided ***/
features: ["hints", "mail", "marks", "addressbook", "tabs"],
defaults: { guioptions: "f" },
guioptions: { m: ["mail-toolbar-menubar2"], T: ["mail-bar2"], f: ["folderPaneBox", "folderpane_splitter"], F: ["folderPaneHeader"] },
get browserModes() { return [liberator.modes.MESSAGE]; },

View File

@@ -33,6 +33,7 @@ liberator.config = { //{{{
/*** optional options, there are checked for existance and a fallback provided ***/
features: ["bookmarks", "hints", "history", "marks", "quickmarks", "session", "tabs", "windows"],
defaults: { guioptions: "" },
guioptions: { m: ["toolbar-menubar"], T: ["nav-bar"], b: ["PersonalToolbar"] },
autocommands: [["PageLoad", "Triggered when a page gets (re)loaded/opened"],