We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55004bf commit 97c2a04Copy full SHA for 97c2a04
src/main/updater.ts
@@ -34,7 +34,7 @@ export default class Updater {
34
35
autoUpdater.on('download-progress', (progressObj) => {
36
this.menubar.tray.setToolTip(
37
- `Gitify\nDownloading update: ${progressObj.percent} %`,
+ `Gitify\nDownloading update: ${progressObj.percent.toFixed(2)} %`,
38
);
39
});
40
0 commit comments