Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
fix: call init in menu dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
sentialx committed May 5, 2020
1 parent 23b884a commit f8d142f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderer/views/menu/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export class Store extends DialogStore {
public constructor() {
super();

this.init();

ipcRenderer.on('update-available', () => {
this.updateAvailable = true;
});
Expand Down

0 comments on commit f8d142f

Please sign in to comment.