tauri: only alert on update failure when triggered manually
This commit is contained in:
@@ -16,7 +16,7 @@ export async function createMenu() {
|
||||
}),
|
||||
await MenuItem.new({
|
||||
enabled: UPDATER_ENABLED,
|
||||
action: () => runUpdater(),
|
||||
action: () => runUpdater({ alertOnFail: true }),
|
||||
text: "Check For Updates...",
|
||||
}),
|
||||
await PredefinedMenuItem.new({
|
||||
|
||||
Reference in New Issue
Block a user