mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 14:14:13 +01:00
Return the default 'stal' value for Vimperator and Xulmus to 0.
This commit is contained in:
@@ -116,7 +116,7 @@ function Tabs() //{{{
|
||||
|
||||
options.add(["showtabline", "stal"],
|
||||
"Control when to show the tab bar of opened web pages",
|
||||
"number", config.optionDefaults['stal'],
|
||||
"number", config.optionDefaults["showtabline"],
|
||||
{
|
||||
setter: function (value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user