Open program in the center of the window at launch

This commit is contained in:
2022-09-06 12:59:37 +02:00
parent f8f7832dd7
commit 25f10a8c50
7 changed files with 31 additions and 27 deletions

View File

@@ -45,9 +45,7 @@ class AsyncTask(threading.Thread):
[Internal function of (threading.Thread)]
[!] : This function must not be used! Start the task with {AsyncTask.start()} !
"""
print("runn")
self.__run_callback(*self.__run_args)
print("stopp")
def stop(self) -> None:
"""