Change from OK_ICON to ERROR_ICON when flash fails (#162)

This commit is contained in:
John 2022-01-16 16:48:53 -05:00 committed by GitHub
parent 54a6887089
commit f2bccb67ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -554,7 +554,7 @@ class EwtInstallDialog extends LitElement {
} else if (this._installState.state === FlashStateType.ERROR) { } else if (this._installState.state === FlashStateType.ERROR) {
content = html` content = html`
<ewt-page-message <ewt-page-message
.icon=${OK_ICON} .icon=${ERROR_ICON}
.label=${this._installState.message} .label=${this._installState.message}
></ewt-page-message> ></ewt-page-message>
<ewt-button <ewt-button