Auto commit Tue Mar 24 05:01:02 PM CDT 2026

This commit is contained in:
Tretzi
2026-03-24 17:01:02 -05:00
parent 1beb6ffa69
commit 2a548edc9a
4 changed files with 83 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ data class AppSettings(
val countdownSeconds: Int = 5,
val forceAudioWithoutHeadphones: Boolean = false,
val showImmersiveProgressBar: Boolean = true,
val immersiveBrightnessPercent: Int = 100,
val lastPresetId: String? = null,
)