mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-04 21:15:24 -04:00
...
This commit is contained in:
@@ -317,7 +317,7 @@ class ConverseWidget(QWidget):
|
||||
self.scroll_to_bottom()
|
||||
|
||||
def get_language_instruction(self) -> str:
|
||||
if aiprefs['llm_localized_results'] != 'always':
|
||||
if aiprefs()['llm_localized_results'] != 'always':
|
||||
return ''
|
||||
return self.language_instruction()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user