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 -1
View File
@@ -33,7 +33,8 @@ def run_gui():
def keyboardinterrupthandler(signum, frame):
closehelper()
windowCloseHelper()
from core.utils.general.shutdown import force_exit
force_exit()
def main():
start_time = time.perf_counter()