threading update

This commit is contained in:
2023-07-26 11:33:46 +02:00
parent 1b9711a851
commit 5713422f49
3 changed files with 4 additions and 3 deletions

View File

@@ -178,6 +178,7 @@ class PrimaryOverlay(threading.Thread):
def destroy(self):
self.hide_mining_overlay()
del self.MiningOverlay
self.root.destroy()
def start_button_callback(self):