fix: implement forced exit on shutdown and enhance shutdown handling

This commit is contained in:
Vxrtrauter
2026-03-07 22:10:45 +01:00
parent eccdb2f068
commit f030795f10
4 changed files with 15 additions and 7 deletions
+2
View File
@@ -725,6 +725,8 @@ class MainWindow(QtWidgets.QMainWindow, QWidget):
def closeEvent(self, event: QCloseEvent):
closehelper()
event.accept()
from core.utils.general.shutdown import force_exit
force_exit()
def eventFilter(self, obj, event):
try: