Add showImmersiveStopButton setting and top-right X button overlay

This commit is contained in:
Tretzi
2026-04-16 18:48:30 -05:00
parent 95cb3de029
commit 6ccf19707b
4 changed files with 58 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ data class AppSettings(
val countdownSeconds: Int = 5,
val forceAudioWithoutHeadphones: Boolean = false,
val showImmersiveProgressBar: Boolean = true,
val showImmersiveStopButton: Boolean = true,
val preferLowestRefreshRate: Boolean = true,
val monochromeFlashMode: Boolean = false,
// Default used only before DataStore emits (and as a fallback).