Explorar o código

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

John %!s(int64=3) %!d(string=hai) anos
pai
achega
f2bccb67ba
Modificáronse 1 ficheiros con 1 adicións e 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