fix(gui): Resolve syntax error from merge
This commit is contained in:
+2
-1
@@ -4280,7 +4280,8 @@ def hello():
|
|||||||
if imgui.is_item_hovered():
|
if imgui.is_item_hovered():
|
||||||
imgui.set_tooltip("Instructions given to the agent about how to use its tools.")
|
imgui.set_tooltip("Instructions given to the agent about how to use its tools.")
|
||||||
imgui.separator()
|
imgui.separator()
|
||||||
imgui.text("Project System Prompt") current_project = self.controller.ui_project_preset_name or "Select Preset..."
|
imgui.text("Project System Prompt")
|
||||||
|
current_project = self.controller.ui_project_preset_name or "Select Preset..."
|
||||||
imgui.set_next_item_width(200)
|
imgui.set_next_item_width(200)
|
||||||
if imgui.begin_combo("##project_preset", current_project):
|
if imgui.begin_combo("##project_preset", current_project):
|
||||||
for name in preset_names:
|
for name in preset_names:
|
||||||
|
|||||||
Reference in New Issue
Block a user