mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04: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
@ -241,7 +241,6 @@ class Preferences(QDialog):
|
||||
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…
x
Reference in New Issue
Block a user