浏览代码

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

John 3 年之前
父节点
当前提交
f2bccb67ba
共有 1 个文件被更改,包括 1 次插入1 次删除
  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