diff --git a/src/command_palette.py b/src/command_palette.py index 97a1498e..73c364da 100644 --- a/src/command_palette.py +++ b/src/command_palette.py @@ -123,7 +123,7 @@ def render_palette_modal(app: Any, commands: List[Command]) -> None: app.show_command_palette = False return - expanded, _ = imgui.begin("Command Palette##manual_slop", closable=True) + expanded, _ = imgui.begin("Command Palette##manual_slop") if not expanded: app.show_command_palette = False imgui.end()