Compare commits

...

2 Commits

Author SHA1 Message Date
Dr_rOot 513f566a59 chore: bump version to 1.8.17 2023-05-02 18:08:49 +08:00
Dr_rOot f49f083044 fix: update-downloaded set progress bar value to 1 2023-05-02 18:06:44 +08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Motrix",
"version": "1.8.16",
"version": "1.8.17",
"description": "A full-featured download manager",
"homepage": "https://motrix.app",
"author": {
+1 -1
View File
@@ -660,7 +660,7 @@ export default class Application extends EventEmitter {
this.menuManager.updateMenuItemEnabledState('app.check-for-updates', true)
this.trayManager.updateMenuItemEnabledState('app.check-for-updates', true)
const win = this.windowManager.getWindow('index')
win.setProgressBar(0)
win.setProgressBar(1)
})
this.updateManager.on('update-cancelled', (event) => {