From 1cfe0761e2b6ca6978e196632b668d863d745362 Mon Sep 17 00:00:00 2001 From: CC007 Date: Sat, 20 Jun 2026 15:51:51 +0200 Subject: [PATCH 1/2] Update window-sync.mdx with session backup details For restoring a session from a zen-sessions backup, added a line to ensure that `Open previous windows and tabs` was turned on, since without this enabled, the tabs are not going to be restored. Signed-off-by: CC007 --- content/docs/user-manual/window-sync.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/user-manual/window-sync.mdx b/content/docs/user-manual/window-sync.mdx index 5ccc9c10..b83a67e9 100644 --- a/content/docs/user-manual/window-sync.mdx +++ b/content/docs/user-manual/window-sync.mdx @@ -69,6 +69,7 @@ Unlike previous implementation where Essentials and pinned tabs were duplicated Alongside Window Sync, Zen provides new session backup system that regularly saved tab state of all synced windows, including changes to their status (essentials, pinning, split view). This significantly improves the accuracy of session restoration by Zen and facilitates manual restoration if tabs are lost. Follow these steps to restore: +- Make sure that `Open previous windows and tabs` in `Settings` -> `General` is turned on. - Open your current Zen profile directory. Open `about:support` and find `Profile Directory` -> Click on `Open directory` - **Make sure Zen is fully closed.** From 09e7fc68d0b19a8aa9faa0f3ff2e6465b95b6e3f Mon Sep 17 00:00:00 2001 From: CC007 Date: Sat, 20 Jun 2026 15:54:27 +0200 Subject: [PATCH 2/2] Clarify settings for session backup in Zen Specify that the `Open previous windows and tabs` setting is specifically in the `Startup` section Signed-off-by: CC007 --- content/docs/user-manual/window-sync.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/user-manual/window-sync.mdx b/content/docs/user-manual/window-sync.mdx index b83a67e9..58fd7533 100644 --- a/content/docs/user-manual/window-sync.mdx +++ b/content/docs/user-manual/window-sync.mdx @@ -69,7 +69,7 @@ Unlike previous implementation where Essentials and pinned tabs were duplicated Alongside Window Sync, Zen provides new session backup system that regularly saved tab state of all synced windows, including changes to their status (essentials, pinning, split view). This significantly improves the accuracy of session restoration by Zen and facilitates manual restoration if tabs are lost. Follow these steps to restore: -- Make sure that `Open previous windows and tabs` in `Settings` -> `General` is turned on. +- Make sure that `Open previous windows and tabs` in `Settings` -> `General` -> `Startup` is turned on. - Open your current Zen profile directory. Open `about:support` and find `Profile Directory` -> Click on `Open directory` - **Make sure Zen is fully closed.**