zen-browser / desktop

🌀 Experience tranquillity while browsing the web without people tracking you!
https://zen-browser.app
Mozilla Public License 2.0
18.94k stars 456 forks source link

Fix: Restore pinned tabs to their pinned URLs on startup if the option is checked #3033

Closed kristijanribaric closed 6 days ago

kristijanribaric commented 1 week ago

This change modifies the pinned tab initialization logic to restore pinned tabs to their original pinned URLs when the browser starts. Previously, pinned tabs would open to their last visited URL, even if the option for restoring them to the pinned URL was checked.

Fixes https://github.com/zen-browser/desktop/issues/2817