Auto commit (MindMachine) Fri Apr 10 12:01:02 PM CDT 2026

This commit is contained in:
Tretzi
2026-04-10 12:01:02 -05:00
parent 7b1c4ec474
commit 3cbd8138ee
10 changed files with 318 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ data class AppSettings(
val showImmersiveProgressBar: Boolean = true,
val immersiveBrightnessPercent: Int = 100,
val lastPresetId: String? = null,
val noAds: Boolean = false,
)
object Presets {