mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 12:13:11 +02:00
Fix #1914912 [[Enhancement] Go back to Preferences overview](https://bugs.launchpad.net/calibre/+bug/1914912)
This commit is contained in:
parent
3b4bd3232a
commit
973bd004d8
1 changed files with 0 additions and 1 deletions
|
|
@ -241,7 +241,6 @@ def __init__(self, gui, initial_plugin=None, close_after_initial=False):
|
|||
QDialogButtonBox.StandardButton.Cancel | QDialogButtonBox.StandardButton.RestoreDefaults
|
||||
)
|
||||
self.bb.button(QDialogButtonBox.StandardButton.Apply).clicked.connect(self.accept)
|
||||
self.bb.button(QDialogButtonBox.StandardButton.Cancel).clicked.connect(self.reject)
|
||||
self.bb.button(QDialogButtonBox.StandardButton.RestoreDefaults).setIcon(QIcon(I('clear_left.png')))
|
||||
self.bb.button(QDialogButtonBox.StandardButton.RestoreDefaults).clicked.connect(self.restore_defaults)
|
||||
self.wizard_button = self.bb.addButton(_('Run Welcome &wizard'), QDialogButtonBox.ButtonRole.ActionRole)
|
||||
|
|
|
|||
Loading…
Reference in a new issue