mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 09:59:41 +02:00
fix: implement forced exit on shutdown and enhance shutdown handling
This commit is contained in:
+2
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user