1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-02 18:24:11 +01:00

added showmode setting

This commit is contained in:
Martin Stubenschrott
2007-04-19 23:35:52 +00:00
parent 5e5137e6f7
commit f52cca72ff
5 changed files with 89 additions and 35 deletions

View File

@@ -174,6 +174,17 @@ var g_settings = [/*{{{*/
null,
null
],
[
["showmode", "smd"],
"Show the current mode in the command line",
null,
function(value) { set_pref("showmode", value); },
function() { return get_pref("showmode"); },
"boolean",
true,
null,
null
],
[
["showtabline", "stal"],
"Control when to show the tab bar of opened web pages",