mbnuqw / sidebery

Firefox extension for managing tabs and bookmarks in sidebar.
MIT License
3.25k stars 163 forks source link

Pinned tabs automatically loading #1647

Open cherrynoize opened 3 months ago

cherrynoize commented 3 months ago

Steps to reproduce

Actual behavior

Pinned tabs are automatically loaded at startup.

Expected behavior

They shouldn't be, like any other tab. Also I can manually unload them but they don't seem to automatically unload after some time like regular tabs.

System

Arch

Firefox version

Floorp 11.12.2

Sidebery version

5.2.0

Logs

No response

asadmash commented 3 months ago

go to about:config search for browser.sessionstore.restore_pinned_tabs_on_demand toggle the value to true.

cherrynoize commented 3 months ago

Sorry about the late reply. This solves the issue, however the unloaded pinned tabs' appearance is the same as when loaded upon launch. I don't think it has to do with my CSS since they look right once I load, then manually unload them.

Not sure if I should open a new issue about this.