diff --git a/src/app/app.component.html b/src/app/app.component.html
index d86de20..7b27893 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -81,7 +81,7 @@
display: isUpdating ? 'block' : 'none'
}"
>
-
{{ updateData.downloadPercentage }}%
+ {{ updateData.downloadPercentage + "%" || "UPDATING" }}
{
- this.updateData = arg;
+ zone.run(() => {
+ this.updateData = arg;
+ console.log(arg);
+ });
});
ipcRenderer.on('update_downloaded', () => {