mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-08 10:37:23 +01:00
Tweak async for updater
This commit is contained in:
@@ -18,7 +18,9 @@ struct UpdateDetailView<UpdaterType: Updater>: View {
|
||||
HStack {
|
||||
if !update.critical {
|
||||
Button("update_ignore_button") {
|
||||
updater.ignore(release: update)
|
||||
Task {
|
||||
await updater.ignore(release: update)
|
||||
}
|
||||
}
|
||||
Spacer()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user