mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
✨ 添加回正开关,默认开启
This commit is contained in:
@@ -52,7 +52,8 @@ onBeforeMount(async () => {
|
||||
await core.invoke("init_app");
|
||||
urlListener = await getDeepLink();
|
||||
}
|
||||
await checkResize();
|
||||
if (appStore.needResize === undefined) appStore.needResize = true;
|
||||
if (appStore.needResize) await checkResize();
|
||||
await win.show();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user