feat: Implement ROM merging in ProposalDrawer and integrate with EditorManager

This commit is contained in:
scawful
2025-10-01 20:35:01 -04:00
parent fabf0c9e51
commit defdb3ea32
4 changed files with 445 additions and 55 deletions

View File

@@ -1146,6 +1146,7 @@ void EditorManager::DrawMenuBar() {
#endif
// Agent proposal drawer
proposal_drawer_.SetRom(current_rom_);
proposal_drawer_.Draw();
// Welcome screen (accessible from View menu)