mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Shut down the sim update thread on quit.
Otherwise the update thread just sits there waiting forever...
This commit is contained in:
@@ -389,6 +389,7 @@ class QLiberationWindow(QMainWindow):
|
||||
QMessageBox.Yes | QMessageBox.No,
|
||||
)
|
||||
if result == QMessageBox.Yes:
|
||||
self.sim_controller.shut_down()
|
||||
super().closeEvent(event)
|
||||
self.dialog = None
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user