Update src/index.tsx

This commit is contained in:
Frank Noirot
2024-09-26 11:38:24 -04:00
committed by GitHub
parent bb13953393
commit 012fc95da0

View File

@ -57,7 +57,6 @@ reportWebVitals()
if (isDesktop()) {
// Listen for update download progress to begin
// to show a loading toast.
// TODO: Make use of the progress value in future. Currently this fires only once.
window.electron.onUpdateDownloadStart(({ version }) => {
const message = `Downloading update (${version})...`
console.log(message)