More progress

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-10-09 11:47:07 +03:00
parent 2b8bc31fc7
commit 47ffde7996
6 changed files with 124 additions and 27 deletions

View File

@@ -139,7 +139,7 @@ private:
}
} m_kbd;
std::optional<TextRenderer> m_tr { std::nullopt };
std::shared_ptr<TextRenderer> m_tr { nullptr };
FontHandle m_font;
enum_array<Theme, ColorScheme> m_themes { make_default_themes() };