Exit main loop on crash

This commit is contained in:
Ruud
2014-06-29 21:56:39 +02:00
parent 5237ead5cb
commit ae8f66df1a
+1
View File
@@ -154,6 +154,7 @@ class WorkerThread(Thread):
pass
self._desktop.frame.Close()
self._desktop.ExitMainLoop()
class CouchPotatoApp(wx.App, SoftwareUpdate):