fix(desktop): restore tabs after closing final window

This commit is contained in:
Jay 2026-07-01 22:03:50 +00:00
commit c316b64cd6
4 changed files with 57 additions and 2 deletions

View file

@ -208,4 +208,5 @@ describe("persist localStorage resilience", () => {
test("server global target cannot collide when scope and key contain colons", () => {
expect(Persist.serverGlobal("a:b" as ServerScope, "c")).not.toEqual(Persist.serverGlobal("a" as ServerScope, "b:c"))
})
})