Properly terminate the running app when saving apps

This commit is contained in:
Yukino Song
2024-08-21 00:58:06 +08:00
parent 2fb4ec1931
commit e02e2e4d2c

View File

@@ -852,6 +852,7 @@ namespace proc {
void
refresh(const std::string &file_name) {
proc.terminate();
#ifdef _WIN32
if (vDisplayDriverStatus != VDISPLAY::DRIVER_STATUS::OK) {
initVDisplayDriver();