mirror of
https://github.com/beestat/app.git
synced 2025-07-09 03:04:07 -04:00
Fixed #361 - Hang on Thermostat Summary - Custom Range
This commit is contained in:
parent
46340a3dd8
commit
81168bb7f0
@ -95,7 +95,7 @@ beestat.component.modal.runtime_thermostat_summary_custom.prototype.decorate_con
|
|||||||
key === 'runtime_thermostat_summary_time_period' &&
|
key === 'runtime_thermostat_summary_time_period' &&
|
||||||
value === 'all'
|
value === 'all'
|
||||||
) {
|
) {
|
||||||
time_count.set_value('∞').disable();
|
time_count.set_value('∞').set_enabled(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
button.set_background_color(beestat.style.color.lightblue.base);
|
button.set_background_color(beestat.style.color.lightblue.base);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user