Fix KDE 6 file picker causing hydrus to close

This commit is contained in:
Paul Friederichsen 2024-03-28 19:43:39 -05:00
parent 7575cc9f13
commit fcd617edaa
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ class App( QW.QApplication ):
self.setQuitOnLastWindowClosed( False )
self.setQuitLockEnabled( False )
self.call_after_catcher = QP.CallAfterEventCatcher( self )
self.pubsub_catcher = PubSubEventCatcher( self, self._pubsub )