Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 513f566a59 | |||
| f49f083044 |
+1
-1
@@ -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": {
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user