forked from openlp/openlp
fixed song import
This commit is contained in:
parent
0a57bed2f7
commit
be2c62baf4
@ -344,7 +344,7 @@ class SongImportForm(OpenLPWizard):
|
||||
self.finishButton.setVisible(False)
|
||||
self.cancelButton.setVisible(True)
|
||||
last_import_type = Settings().value(
|
||||
u'songs/last import type')
|
||||
u'songs/last import type', SongFormat.OpenLyrics)
|
||||
if last_import_type < 0 or \
|
||||
last_import_type >= self.formatComboBox.count():
|
||||
last_import_type = 0
|
||||
|
Loading…
Reference in New Issue
Block a user