Add TOC to context menu in distraction free mode

This commit is contained in:
BasioMeusPuga
2018-03-19 19:28:33 +05:30
parent b5acce6449
commit ca67071e91
4 changed files with 3364 additions and 3210 deletions

View File

@@ -556,6 +556,9 @@ class MainUI(QtWidgets.QMainWindow, mainwindow.Ui_MainWindow):
self.lib_ref.update_proxymodels()
self.lib_ref.generate_library_tags()
self.statusMessage.setText(
str(self.lib_ref.item_proxy_model.rowCount()) + ' books')
if not self.settings['perform_culling']:
self.load_all_covers()