mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1561783 [Ebook viewer using wrong icon for 'show metadata'](https://bugs.launchpad.net/calibre/+bug/1561783)
This commit is contained in:
parent
5588f32d00
commit
fd660e02bf
@ -401,7 +401,7 @@ class Main(MainWindow):
|
||||
self.tool_bar.addSeparator()
|
||||
|
||||
a('preferences', _('Preferences'), 'config.png')
|
||||
a('metadata', _('Show book metadata'), 'dialog_information.png').setCheckable(True)
|
||||
a('metadata', _('Show book metadata'), 'metadata.png').setCheckable(True)
|
||||
a('load_theme', _('Load a theme'), 'wizard.png', menu_name='themes', popup_mode=QToolButton.InstantPopup)
|
||||
self.tool_bar.addSeparator()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user