auto-git:

[change] concept-maker_gui.py
This commit is contained in:
Victor Giers
2025-11-30 17:49:02 +01:00
parent b69d23d57f
commit e098e69977

View File

@@ -694,6 +694,7 @@ class App(TkinterDnD.Tk): # type: ignore
self.rephrase_selected_key: Optional[str] = None
self._suppress_rephrase_select: bool = False
self._rephrase_visible: bool = False
self._image_prompt_value: str = IMAGE_PROMPT_PLACEHOLDER
# Defaults
self.ollama_host = tk.StringVar(value=os.environ.get("OLLAMA_HOST", "http://localhost:11434"))