UI: show icon in app bar, add positioning guide image, improve disclaimer copy

This commit is contained in:
Tretzi
2026-04-09 21:02:35 -05:00
parent 1a3508d527
commit 74e0953eab

View File

@@ -823,7 +823,7 @@ fun SettingsScreen(vm: MainViewModel) {
HorizontalDivider() HorizontalDivider()
Text( Text(
"About/Disclaimer: MindMachine is a prototype and not a medical device. Use at your own risk. For immersive visual sessions, keep your eyes closed and do not place the phone directly on your eyes.", "About/Disclaimer: MindMachine is a prototype and not a medical device. Use at your own risk. For immersive visual sessions, keep your eyes closed.",
color = MaterialTheme.colorScheme.onBackground color = MaterialTheme.colorScheme.onBackground
) )
} }