mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-10 02:35:36 +00:00
If there are no pinned tabs in the database on startup, assume it's a migration from an older version and save all currently pinned tabs to the database. Previously, Zen would remove any pinned tabs that didn't have a `zen-pin-id` attribute, which would occur during migration. This change ensures that pinned tabs are preserved during upgrades.