mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Get rid of the redundant empty.png
This commit is contained in:
parent
5fc450313c
commit
3e2b7691cd
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
@ -299,7 +299,7 @@ class SearchRestrictionMixin(object):
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.checked = QIcon(I('ok.png'))
|
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_name = None
|
||||||
self.search_based_vl = None
|
self.search_based_vl = None
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user