Cleanup FileModeState.

This commit is contained in:
J-D-K
2025-11-10 15:23:56 -05:00
parent e9dc9c9af8
commit 2ac8628681
6 changed files with 171 additions and 79 deletions

View File

@@ -12,6 +12,7 @@ namespace ui
/// @param string Pointer to the control guide string to render.
ControlGuide(const char *guide);
/// @brief Factory function to return a control guide.
static inline std::shared_ptr<ControlGuide> create(const char *guide)
{
return std::make_shared<ControlGuide>(guide);