Toggle cover culling

This commit is contained in:
BasioMeusPuga
2018-01-29 06:17:25 +05:30
parent 7bc28f5172
commit 616dc8fb4c
6 changed files with 97 additions and 11 deletions

View File

@@ -137,6 +137,9 @@ class Library:
self.table_rows.append(
[title, author, None, year, tags, all_metadata, i[8]])
if not self.parent.settings['perform_culling']:
self.parent.load_all_covers()
def create_table_model(self):
table_header = ['Title', 'Author', 'Status', 'Year', 'Tags']
self.table_model = MostExcellentTableModel(