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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user