Lyra as default theme

This commit is contained in:
CaptainFrito 2026-02-03 19:47:16 +07:00
parent e5ac4354a4
commit af7c0fef9d

View File

@ -141,7 +141,7 @@ class CrossPointSettings {
// Long-press chapter skip on side buttons
uint8_t longPressChapterSkip = 1;
// UI Theme
uint8_t uiTheme = CLASSIC;
uint8_t uiTheme = LYRA;
~CrossPointSettings() = default;