1786272636

This commit is contained in:
2026-08-09 12:50:36 +02:00
parent bf71cee7d0
commit b17fad78d9

View File

@@ -19,7 +19,7 @@ fn apply_state(app: &Weak<AppWindow>, state: State) {
.as_ref()
&& let Ok(illuminance) = illuminance.state.parse::<i32>()
{
let scheme = if illuminance < 100 {
let scheme = if illuminance < 300 {
ColorScheme::Dark
} else {
ColorScheme::Light