diff --git a/src/components/update/index.tsx b/src/components/update/index.tsx index 732cb9a..742784b 100644 --- a/src/components/update/index.tsx +++ b/src/components/update/index.tsx @@ -60,7 +60,6 @@ const Update = () => { }, []) const onDownloadProgress = useCallback((_event: Electron.IpcRendererEvent, arg1: ProgressInfo) => { - setUpdateAvailable(true) setProgressInfo(arg1) }, []) @@ -108,7 +107,7 @@ const Update = () => { ) : updateAvailable ? ( -