summaryrefslogtreecommitdiffstats
path: root/ui/main_window.py
diff options
context:
space:
mode:
Diffstat (limited to 'ui/main_window.py')
-rw-r--r--ui/main_window.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/main_window.py b/ui/main_window.py
index 8aa2762..83a2eed 100644
--- a/ui/main_window.py
+++ b/ui/main_window.py
@@ -105,6 +105,7 @@ class MainWindow(QMainWindow):
self.config.transart_script,
self.config.typora_bin,
self.config.typora_args,
+ ollama_host=self.config.ollama_host,
parent=self,
)
self._translation_view.push_master.connect(lambda: self._do_git_push("master"))