forked from openlp/openlp
Fix a mismatch of arguments in a call to reload_bibles()
This commit is contained in:
parent
5612be1b5a
commit
7b28262987
@ -728,7 +728,7 @@ class MainWindow(QtWidgets.QMainWindow, Ui_MainWindow, RegistryProperties):
|
|||||||
# Update the theme widget
|
# Update the theme widget
|
||||||
self.theme_manager_contents.load_themes()
|
self.theme_manager_contents.load_themes()
|
||||||
# Check if any Bibles downloaded. If there are, they will be processed.
|
# Check if any Bibles downloaded. If there are, they will be processed.
|
||||||
Registry().execute('bibles_load_list', True)
|
Registry().execute('bibles_load_list')
|
||||||
self.application.set_normal_cursor()
|
self.application.set_normal_cursor()
|
||||||
|
|
||||||
def is_display_blank(self):
|
def is_display_blank(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user