mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
...
This commit is contained in:
parent
9baceb011a
commit
6f087f87d8
1 changed files with 2 additions and 2 deletions
|
|
@ -281,11 +281,11 @@ def do_config(self):
|
|||
tab_widget.setCurrentIndex(tab_index)
|
||||
|
||||
d.exec_()
|
||||
|
||||
|
||||
# Save dialog state.
|
||||
self.config['config_dialog_geometry'] = bytearray(d.saveGeometry())
|
||||
self.config['config_dialog_tab_index'] = tab_widget.currentIndex()
|
||||
|
||||
|
||||
search_config_widget.save_settings()
|
||||
self.config_changed()
|
||||
self.gui.load_store_plugins()
|
||||
|
|
|
|||
Loading…
Reference in a new issue