Explorar el Código

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

John hace 3 años
padre
commit
f2bccb67ba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/install-dialog.ts

+ 1 - 1
src/install-dialog.ts

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