1786272636
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user