Use button for update available banner (#202)

This commit is contained in:
Evan Simkowitz
2024-08-06 16:48:25 -07:00
committed by GitHub
parent 8508a40261
commit 8ebdb58f4b
5 changed files with 16 additions and 15 deletions
+2 -2
View File
@@ -623,8 +623,8 @@ function makeAppMenu() {
},
{
label: "Check for Updates",
click: async () => {
await updater?.checkForUpdates(true);
click: () => {
fireAndForget(() => updater?.checkForUpdates(true));
},
},
{