From 93086ed32ee96aa7fd40bf45acaf9fb7d65c2f07 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 30 Nov 2025 17:49:08 +0100 Subject: [PATCH] auto-git: [change] concept-maker_gui.py --- concept-maker_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concept-maker_gui.py b/concept-maker_gui.py index ea85cca..513a883 100644 --- a/concept-maker_gui.py +++ b/concept-maker_gui.py @@ -987,7 +987,7 @@ class App(TkinterDnD.Tk): # type: ignore except Exception: self.image_prompt_vsb.pack(side=tk.RIGHT, fill=tk.Y) self.image_prompt_text.configure(yscrollcommand=self.image_prompt_vsb.set) - self._set_image_prompt_text("Generated image prompt will appear here.") + self._set_image_prompt_text(IMAGE_PROMPT_PLACEHOLDER) # Bottom bar bottom = ttk.Frame(root)