Auto commit (MindMachine) Sat Apr 11 01:01:02 PM CDT 2026

This commit is contained in:
Tretzi
2026-04-11 13:01:03 -05:00
parent ddc497a91f
commit adbfa0754b
5 changed files with 162 additions and 27 deletions

View File

@@ -36,7 +36,9 @@ data class AppSettings(
val countdownSeconds: Int = 5,
val forceAudioWithoutHeadphones: Boolean = false,
val showImmersiveProgressBar: Boolean = true,
val immersiveBrightnessPercent: Int = 100,
// Default used only before DataStore emits (and as a fallback).
// We want the first-run experience to be less blinding.
val immersiveBrightnessPercent: Int = 50,
val lastPresetId: String? = null,
val noAds: Boolean = false,
)