mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-20 07:14:50 +02:00
Store icon.
This commit is contained in:
parent
27996ca0d4
commit
b29bd81cd8
2 changed files with 1 additions and 1 deletions
BIN
resources/images/store.png
Normal file
BIN
resources/images/store.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
|
|
@ -13,7 +13,7 @@
|
|||
class StoreAction(InterfaceAction):
|
||||
|
||||
name = 'Store'
|
||||
action_spec = (_('Store'), None, None, None)
|
||||
action_spec = (_('Store'), 'store.png', None, None)
|
||||
|
||||
def genesis(self):
|
||||
self.qaction.triggered.connect(self.search)
|
||||
|
|
|
|||
Loading…
Reference in a new issue