desktop v2 migration finalising (#36912)

This commit is contained in:
Brendan Allan 2026-07-15 03:56:47 +08:00 committed by GitHub
commit 4a181c3574
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 155 additions and 46 deletions

View file

@ -136,6 +136,9 @@ export async function setupTimeline(
},
}),
)
if (settings.newLayoutDesigns === false) {
localStorage.setItem("app-version.v1", JSON.stringify({ version: "1.17.20" }))
}
}, input.settings ?? {})
if (input.locale) {
await page.addInitScript((locale) => {