mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 04:55:52 +01:00
Reset the defaultValue for 'showtabline' as well.
This commit is contained in:
@@ -465,7 +465,8 @@ const config = { //{{{
|
|||||||
////////////////////// OPTIONS /////////////////////////////////////////////////
|
////////////////////// OPTIONS /////////////////////////////////////////////////
|
||||||
/////////////////////////////////////////////////////////////////////////////{{{
|
/////////////////////////////////////////////////////////////////////////////{{{
|
||||||
|
|
||||||
options.get("showtabline").value = 2;
|
let stal = options.get("showtabline");
|
||||||
|
stal.value = stal.defaultValue = 2;
|
||||||
|
|
||||||
options.add(["online"],
|
options.add(["online"],
|
||||||
"Set the 'work offline' option",
|
"Set the 'work offline' option",
|
||||||
|
|||||||
Reference in New Issue
Block a user