feat: add top run toolbar controls

This commit is contained in:
2026-04-02 21:11:08 +08:00
parent 84e1ba3600
commit 8e362fc4c0
6 changed files with 210 additions and 3 deletions

View File

@@ -12,6 +12,8 @@ public:
void Render() override;
private:
void RenderRunToolbar();
UI::DeferredPopupState m_aboutPopup;
};