mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 10:04:12 +01:00
Replace 'laststatus' with a 'guioptions' flag.
This commit is contained in:
@@ -1161,7 +1161,9 @@ const Dactyl = Module("dactyl", {
|
||||
}
|
||||
},
|
||||
{
|
||||
opts: config.guioptions,
|
||||
opts: update({
|
||||
s: ["Status bar", [statusline.statusBar.id]]
|
||||
}, config.guioptions),
|
||||
setter: function (opts) {
|
||||
for (let [opt, [, ids]] in Iterator(this.opts)) {
|
||||
ids.map(function (id) document.getElementById(id))
|
||||
|
||||
Reference in New Issue
Block a user