mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 12:14:11 +01:00
Add config.browser, config.tabbrowser. Fix mailbird. &c.
This commit is contained in:
@@ -178,7 +178,7 @@ const StatusLine = Module("statusline", {
|
||||
|
||||
// update the ordinal which is used for numbered tabs
|
||||
if (options.get("guioptions").has("n", "N"))
|
||||
for (let [i, tab] in util.Array.iteritems(getBrowser().mTabs))
|
||||
for (let [i, tab] in util.Array.iteritems(config.browser.mTabs))
|
||||
tab.setAttribute("ordinal", i + 1);
|
||||
|
||||
this._tabCountWidget.value = "[" + (tabs.index() + 1) + "/" + tabs.count + "]";
|
||||
|
||||
Reference in New Issue
Block a user