Removed extra call of shared.thisapp.cleanup() in bitmessageqt
This commit is contained in:
parent
ff04bf072e
commit
9ef928b4a9
|
@ -2891,7 +2891,7 @@ class MyForm(settingsmixin.SMainWindow):
|
||||||
|
|
||||||
self.updateStatusBar(_translate(
|
self.updateStatusBar(_translate(
|
||||||
"MainWindow", "Shutdown imminent... %1%").arg(100))
|
"MainWindow", "Shutdown imminent... %1%").arg(100))
|
||||||
shared.thisapp.cleanup()
|
|
||||||
logger.info("Shutdown complete")
|
logger.info("Shutdown complete")
|
||||||
super(MyForm, myapp).close()
|
super(MyForm, myapp).close()
|
||||||
# return
|
# return
|
||||||
|
|
Loading…
Reference in New Issue
Block a user