Fix KDE 6 file picker causing hydrus to close (#1535)

This commit is contained in:
Paul Friederichsen 2024-03-30 13:19:13 -05:00 committed by GitHub
parent aa0ed5db3d
commit f9ff2829b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 )