Skip to content

Commit

Permalink
home: attempt graceful stop from toolbar
Browse files Browse the repository at this point in the history
This should prevent data corruption issues.

Fixes #4166
  • Loading branch information
osy committed Jul 31, 2022
1 parent b955cb9 commit 10166e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platform/macOS/UTMDataExtension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ extension UTMData {
if vm.viewState.hasSaveState {
vm.requestVmDeleteState()
}
vm.vmStop(force: true, completion: { _ in
vm.vmStop(force: false, completion: { _ in
self.close(vm: vm)
})
}
Expand Down

0 comments on commit 10166e3

Please sign in to comment.