Flash sequence UX polish + dirty tracking
This commit is contained in:
@@ -535,8 +535,9 @@ fun SetupScreen(
|
||||
) {
|
||||
Text("Save")
|
||||
}
|
||||
} else {
|
||||
Button(onClick = onStart, modifier = Modifier.weight(1f).height(52.dp)) { Text("Start") }
|
||||
}
|
||||
Button(onClick = onStart, modifier = Modifier.weight(1f).height(52.dp)) { Text("Start") }
|
||||
}
|
||||
if (ui.error != null) Text(ui.error!!, color = if (ui.error!!.startsWith("Saved")) Color(0xFF72E39A) else MaterialTheme.colorScheme.error)
|
||||
Spacer(Modifier.height(8.dp))
|
||||
|
||||
Reference in New Issue
Block a user