fixed application not closing

This commit is contained in:
Samuel Walker 2024-10-26 19:10:26 -06:00
parent bce2b04d3e
commit b6af1549a3

View File

@ -32,7 +32,8 @@
$loading = true $loading = true
CheckUpdate(instance).then(() => { CheckUpdate(instance).then(() => {
LaunchInstance(instance).then(() => { LaunchInstance(instance).then(() => {
Quit() $loading = false
window.runtime.Quit()
}) })
}) })
} }