auto-git:

[change] concept-maker_gui.py
This commit is contained in:
Victor Giers
2025-11-30 07:40:39 +01:00
parent 884493aa4e
commit 7566810a42

View File

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