Skip to content

Commit

Permalink
fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaster committed Sep 26, 2024
1 parent 10021b4 commit 52d98a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ struct StatusItemView: View {
case .edit: "pencil"
case .info: "app"
case .reply: "arrowshape.turn.up.left"
case .quote: "quote.bubble.fill"
}
let text = switch onEnum(of: topMessage.type) {
case .bluesky(let data):
Expand Down

0 comments on commit 52d98a6

Please sign in to comment.