mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1945040 [[Enhancement] Remove separator between drop down menu restart options](https://bugs.launchpad.net/calibre/+bug/1945040)
This commit is contained in:
parent
14ec131766
commit
2013482afb
@ -32,11 +32,10 @@ class PreferencesAction(InterfaceAction):
|
||||
icon='wizard.png', triggered=self.gui.run_wizard)
|
||||
cm('plugin updater', _('Get plugins to enhance calibre'),
|
||||
icon='plugins/plugin_updater.png', triggered=self.get_plugins)
|
||||
pm.addSeparator()
|
||||
if not DEBUG:
|
||||
pm.addSeparator()
|
||||
cm('restart', _('Restart in debug mode'), icon='debug.png',
|
||||
triggered=self.debug_restart, shortcut='Ctrl+Shift+R')
|
||||
pm.addSeparator()
|
||||
cm('restart_without_plugins', _('Restart ignoring third party plugins'), icon='debug.png',
|
||||
triggered=self.no_plugins_restart, shortcut='Ctrl+Alt+Shift+R')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user