Merge branch 'bugfix_build_error' into develop
This commit is contained in:
@@ -5,7 +5,7 @@ import "./_index_css/root.css";
|
|||||||
import { getCurrentWindow } from "@tauri-apps/api/window";
|
import { getCurrentWindow } from "@tauri-apps/api/window";
|
||||||
|
|
||||||
import { store } from "@store";
|
import { store } from "@store";
|
||||||
store.appWindow = await getCurrentWindow();
|
store.appWindow = getCurrentWindow();
|
||||||
|
|
||||||
import { App } from "./App";
|
import { App } from "./App";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user