desktop v2 migration finalising (#36912)
This commit is contained in:
parent
bfddf05782
commit
4a181c3574
9 changed files with 155 additions and 46 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue