1
0
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:
Jon Ziebell 2022-08-09 11:48:53 -04:00
parent 46340a3dd8
commit 81168bb7f0

View File

@ -95,7 +95,7 @@ beestat.component.modal.runtime_thermostat_summary_custom.prototype.decorate_con
key === 'runtime_thermostat_summary_time_period' &&
value === 'all'
) {
time_count.set_value('∞').disable();
time_count.set_value('∞').set_enabled(false);
}
button.set_background_color(beestat.style.color.lightblue.base);