fix: exit_app event

This commit is contained in:
MystiPanda
2024-02-02 16:32:19 +08:00
parent 8e6b600609
commit 6a316b34a2
5 changed files with 19 additions and 20 deletions

View File

@@ -199,3 +199,7 @@ export async function invoke_uwp_tool() {
export async function getPortableFlag() {
return invoke<boolean>("get_portable_flag");
}
export async function exitApp() {
return invoke("exit_app");
}