Skip to content

Commit

Permalink
Missed Symbol Variant
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Jun 13, 2024
1 parent 4a81344 commit 4e4911f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Whisky/Views/Programs/ProgramsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,11 @@ struct BlocklistItemView: View {
Text(blockedUrl.prettyPath(bottle))
Spacer()
if showButtons {
Button("program.remove.blocklist", systemImage: "xmark.circle") {
Button("program.remove.blocklist", systemImage: "xmark") {
bottle.settings.blocklist.removeAll { $0 == blockedUrl }
}
.labelStyle(.iconOnly)
.symbolVariant(.fill)
.symbolVariant(.fill.circle)
.buttonStyle(.plain)
.foregroundColor(.secondary)
.help("program.remove.blocklist")
Expand Down

2 comments on commit 4e4911f

@MothermayI
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HOW DO I DOWNLOAD IT?

@MateusLimaSousa
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gostaria de baixa lo para jogar age of empires 3 DE, poderiam fazer um tutorial?

Please sign in to comment.