Do not show hidden chips with page refresh

Solves #1915
This commit is contained in:
Edward Firmo
2024-03-15 01:23:41 +01:00
parent 3980458fcc
commit 9e14c2f5d8
3 changed files with 80 additions and 86 deletions

View File

@@ -158,7 +158,7 @@ script:
message: string
then:
- lambda: |-
ESP_LOGD("addon_upload_tft.script.report_upload_progress", "%s", message.c_str());
ESP_LOGD("addon_upload_tft.script.report_upload_progress", message.c_str());
if (id(tft_is_valid)) {
if (current_page->state != "confirm") {
open_upload_dialog->execute();