feat(mma): Finalize Approval UX Modal in GUI

This commit is contained in:
2026-02-27 22:30:55 -05:00
parent bee75e7b4d
commit 21157f92c3
2 changed files with 24 additions and 0 deletions

View File

@@ -1886,6 +1886,8 @@ class App:
imgui.open_popup("MMA Spawn Approval")
self._mma_spawn_open = True
self._mma_spawn_edit_mode = False
self._mma_spawn_prompt = self._pending_mma_spawn.get("prompt", "")
self._mma_spawn_context = self._pending_mma_spawn.get("context_md", "")
else:
self._mma_spawn_open = False