eric-bixby / auto-sort-bookmarks-webext

Firefox add-on to sort bookmarks by multiple criteria
GNU General Public License v3.0
112 stars 20 forks source link

Settings Window Opens On FF Startup #67

Closed dave47 closed 6 years ago

dave47 commented 6 years ago

windows 7 FF 54.01 Auto sort 3.2

Selemia commented 6 years ago

Thank you for this add-on Eric ! Same problem as dave47 here. I add that settings are no more saved if I close and restart Firefox.

eric-bixby commented 6 years ago

This is a duplicate of #65

Starting with ASB 3.2, the "first time" it's run, the add-on shows the settings page. ASB detects "first time" by looking for the presence of "version" in local.storage; if the value is less than the current version or missing, then the add-on thinks it's the "first time". The problem is that the local.storage (same place preferences are stored) values are being cleared.