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

Commit f8d142f

Browse files
committed
fix: call init in menu dialog
1 parent 23b884a commit f8d142f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/renderer/views/menu/store/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ export class Store extends DialogStore {
1212
public constructor() {
1313
super();
1414

15+
this.init();
16+
1517
ipcRenderer.on('update-available', () => {
1618
this.updateAvailable = true;
1719
});

0 commit comments

Comments
 (0)