mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-03-31 22:32:28 -04:00
Remove unused signal
This commit is contained in:
parent
41d0da4267
commit
39d2175a47
@ -414,7 +414,6 @@ class LLMSettingsWidget(QWidget):
|
||||
|
||||
|
||||
class LLMSettingsDialog(Dialog):
|
||||
actions_updated = pyqtSignal()
|
||||
|
||||
def __init__(self, parent=None):
|
||||
super().__init__(title=_('AI Settings'), name='llm-settings-dialog', prefs=vprefs, parent=parent)
|
||||
@ -437,7 +436,6 @@ class LLMSettingsDialog(Dialog):
|
||||
if not self.llm_config.commit():
|
||||
self.tabs.setCurrentWidget(self.llm_config)
|
||||
return
|
||||
self.actions_updated.emit()
|
||||
super().accept()
|
||||
# }}}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user