You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After disabling the "Show # of tabs closed in the URL bar" feature, on subsequent launches of Firefox the setting seems to be ignored. The checkbox is not checked, so the setting is read correctly. However, the number still shows up.
I suspect this has something to do with reading for the hard-coded defaults and then waiting for the values from browser storage, which is async.
The text was updated successfully, but these errors were encountered:
After disabling the "Show # of tabs closed in the URL bar" feature, on subsequent launches of Firefox the setting seems to be ignored. The checkbox is not checked, so the setting is read correctly. However, the number still shows up.
I suspect this has something to do with reading for the hard-coded defaults and then waiting for the values from browser storage, which is async.
The text was updated successfully, but these errors were encountered: