forked from openlp/openlp
This commit is contained in:
parent
7a27a4adbe
commit
c14398b912
@ -82,6 +82,9 @@ class DuplicateSongRemovalForm(OpenLPWizard, RegistryProperties):
|
||||
self.finish_button.clicked.connect(self.on_wizard_exit)
|
||||
self.cancel_button.clicked.connect(self.on_wizard_exit)
|
||||
|
||||
def closeEvent(self, event):
|
||||
self.on_wizard_exit()
|
||||
|
||||
def add_custom_pages(self):
|
||||
"""
|
||||
Add song wizard specific pages.
|
||||
|
Loading…
Reference in New Issue
Block a user