Small fixes

This commit is contained in:
BasioMeusPuga
2018-03-19 18:26:43 +05:30
parent 7bdf01a67e
commit b5acce6449
4 changed files with 10 additions and 4 deletions

View File

@@ -226,6 +226,7 @@ class SettingsUI(QtWidgets.QDialog, settingswindow.Ui_Dialog):
# The books the search thread has found
# are now in self.thread.valid_files
if not self.thread.valid_files:
self.parent.move_on()
return
# Hey, messaging is important, okay?