mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:47:59 +01:00
[muttator] has "f" as default 'guioptions', should change to fmT?
This commit is contained in:
@@ -38,7 +38,7 @@ const liberator = (function () //{{{
|
|||||||
{
|
{
|
||||||
liberator.options.add(["guioptions", "go"],
|
liberator.options.add(["guioptions", "go"],
|
||||||
"Show or hide certain GUI elements like the menu or toolbar",
|
"Show or hide certain GUI elements like the menu or toolbar",
|
||||||
"charlist", "",
|
"charlist", liberator.config.defaults.guioptions || "",
|
||||||
{
|
{
|
||||||
setter: function (value)
|
setter: function (value)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ liberator.config = {
|
|||||||
|
|
||||||
/*** optional options, there are checked for existance and a fallback provided ***/
|
/*** optional options, there are checked for existance and a fallback provided ***/
|
||||||
features: ["hints", "mail", "marks", "addressbook", "tabs"],
|
features: ["hints", "mail", "marks", "addressbook", "tabs"],
|
||||||
|
defaults: { guioptions: "f" },
|
||||||
guioptions: { m: ["mail-toolbar-menubar2"], T: ["mail-bar2"], f: ["folderPaneBox", "folderpane_splitter"], F: ["folderPaneHeader"] },
|
guioptions: { m: ["mail-toolbar-menubar2"], T: ["mail-bar2"], f: ["folderPaneBox", "folderpane_splitter"], F: ["folderPaneHeader"] },
|
||||||
|
|
||||||
get browserModes() { return [liberator.modes.MESSAGE]; },
|
get browserModes() { return [liberator.modes.MESSAGE]; },
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ liberator.config = { //{{{
|
|||||||
|
|
||||||
/*** optional options, there are checked for existance and a fallback provided ***/
|
/*** optional options, there are checked for existance and a fallback provided ***/
|
||||||
features: ["bookmarks", "hints", "history", "marks", "quickmarks", "session", "tabs", "windows"],
|
features: ["bookmarks", "hints", "history", "marks", "quickmarks", "session", "tabs", "windows"],
|
||||||
|
defaults: { guioptions: "" },
|
||||||
guioptions: { m: ["toolbar-menubar"], T: ["nav-bar"], b: ["PersonalToolbar"] },
|
guioptions: { m: ["toolbar-menubar"], T: ["nav-bar"], b: ["PersonalToolbar"] },
|
||||||
|
|
||||||
autocommands: [["PageLoad", "Triggered when a page gets (re)loaded/opened"],
|
autocommands: [["PageLoad", "Triggered when a page gets (re)loaded/opened"],
|
||||||
|
|||||||
Reference in New Issue
Block a user