[tui] Add About page within Help MenuBar.

This commit is contained in:
2026-01-25 14:57:34 -05:00
parent 76fe09f39b
commit ae9f787c81
6 changed files with 188 additions and 29 deletions

View File

@@ -199,7 +199,7 @@ impl Component for MenuBar {
Reload => Ok(Action::ReloadFile),
ShowHideExplorer => Ok(Action::ShowHideExplorer),
ShowHideLogger => Ok(Action::ShowHideLogger),
About => Ok(Action::About),
About => Ok(Action::ShowHideAbout),
CloseTab => Ok(Action::CloseTab),
};
}