1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 03:32:27 +01:00

Reset the defaultValue for 'showtabline' as well.

This commit is contained in:
Doug Kearns
2009-03-25 18:14:22 +11:00
parent a3594e5ec3
commit c5d201fdb1

View File

@@ -465,7 +465,8 @@ const config = { //{{{
////////////////////// OPTIONS /////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{
options.get("showtabline").value = 2;
let stal = options.get("showtabline");
stal.value = stal.defaultValue = 2;
options.add(["online"],
"Set the 'work offline' option",