1
0

Fix advanced rendering, ads showing over modals (#3029)

This commit is contained in:
Geometrically
2024-12-14 21:36:00 -07:00
committed by GitHub
parent ca7cfb30c7
commit 217b5700a2
8 changed files with 53 additions and 41 deletions

View File

@@ -133,8 +133,8 @@ async function setupApp() {
default_page,
} = await get()
if (default_page && default_page !== 'Home') {
await router.push({ name: default_page })
if (default_page === 'Library') {
await router.push('/library')
}
os.value = await getOS()