Skip to content

Commit 44284a2

Browse files
committed
fix: update available
Signed-off-by: Adam Setch <[email protected]>
1 parent 11f1bff commit 44284a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/menu.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ export default class MenuBuilder {
117117

118118
isUpdateAvailable() {
119119
return (
120-
this.updateAvailableMenuItem.visible || this.updateReadyForInstallMenuItem
120+
this.updateAvailableMenuItem.visible ||
121+
this.updateReadyForInstallMenuItem.visible
121122
);
122123
}
123124
}

0 commit comments

Comments
 (0)