From af7c0fef9d84335ac264b192c4d2db0cb352bb94 Mon Sep 17 00:00:00 2001 From: CaptainFrito Date: Tue, 3 Feb 2026 19:47:16 +0700 Subject: [PATCH] Lyra as default theme --- src/CrossPointSettings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CrossPointSettings.h b/src/CrossPointSettings.h index d52959fc..824727d4 100644 --- a/src/CrossPointSettings.h +++ b/src/CrossPointSettings.h @@ -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;