Skip to content

Commit

Permalink
fix: Data is not synchronized to the tray menu when installing a new …
Browse files Browse the repository at this point in the history
…version of node.

Signed-off-by: The1111mp <The1111mp@outlook.com>
  • Loading branch information
1111mp committed Dec 19, 2023
1 parent 99d105d commit 84135b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,8 @@ Promise.resolve().then(() => {
gt(version2, version1) ? 1 : -1,
);

buildTray();

return versions;
},
);
Expand Down

0 comments on commit 84135b5

Please sign in to comment.