Merge pull request #603 from LiYanan2004/context-menu-fine-tune

Update label for Cancel Install Button
This commit is contained in:
Matt Kiazyk 2024-10-12 22:34:37 -05:00 committed by GitHub
commit 389d8d2a63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,7 @@ struct CancelInstallButton: View {
var body: some View {
Button(action: cancelInstall) {
Image(systemName: "xmark.circle.fill")
Label("Cancel", systemImage: "xmark")
}
.help(localizeString("StopInstallation"))
.buttonStyle(.plain)