refactor: improve alert error context and copy action
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
}
|
||||
await callback()
|
||||
} catch {
|
||||
alert = AlertState(error: error)
|
||||
alert = AlertState(action: "install system extension", error: error)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user