Skip to content

Commit

Permalink
GachaKit // Force stop VM tasks if export result is available.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikiSuen committed Oct 6, 2024
1 parent 5714067 commit f886fd6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,5 +222,8 @@ public struct GachaExportSections: View {
Text(verbatim: msgPack.message)
}
)
.onChange(of: isExportResultAvailable) {
theVM.forceStopTheTask()
}
}
}

0 comments on commit f886fd6

Please sign in to comment.