Multiple fixes

This commit is contained in:
BasioMeusPuga
2018-04-29 08:11:46 -04:00
parent 626472dd04
commit 7977bde410
4 changed files with 10 additions and 2 deletions

View File

@@ -670,6 +670,12 @@ class MainUI(QtWidgets.QMainWindow, mainwindow.Ui_MainWindow):
True,
self.temp_dir.path()).initiate_threads()
# TODO
# Notification feedback in case all books return nothing
if not contents:
return
for i in contents:
# New tabs are created here
# Initial position adjustment is carried out by the tab itself