mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-27 09:12:34 -04:00
Get rid of the redundant empty.png
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB |
@@ -299,7 +299,7 @@ class SearchRestrictionMixin(object):
|
||||
|
||||
def __init__(self):
|
||||
self.checked = QIcon(I('ok.png'))
|
||||
self.empty = QIcon(I('empty.png'))
|
||||
self.empty = QIcon(I('blank.png'))
|
||||
self.search_based_vl_name = None
|
||||
self.search_based_vl = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user