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