Add resource file - Incorporates icons from the Papirus-Dark icon theme

More keyboard shortcuts
This commit is contained in:
BasioMeusPuga
2017-11-15 12:17:49 +05:30
parent a17a150a45
commit 945c5c0b49
8 changed files with 1276 additions and 18 deletions

View File

@@ -114,11 +114,6 @@ class BookSorter:
# Different modes require different values
if self.mode == 'addition':
cover_image = book_ref.get_cover_image()
# TODO
if not cover_image:
with open('resources/NotFound.png', 'rb') as stand_in:
cover_image = stand_in.read()
self.all_books[file_md5] = {
'title': title,
'author': author,