mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-20 14:12:20 -04:00
Fix #1561783 [Ebook viewer using wrong icon for 'show metadata'](https://bugs.launchpad.net/calibre/+bug/1561783)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user