Skip to content

Commit

Permalink
Change icon from speedometer to sparkles
Browse files Browse the repository at this point in the history
  • Loading branch information
zenangst committed Sep 16, 2023
1 parent 46ddf9c commit 1d069de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct WindowManagementAnimationDurationView: View {
} label: {
HStack {
HStack(spacing: 4) {
Image(systemName: "speedometer")
Image(systemName: "sparkles")
if windowCommand.animationDuration > 0 {
Text("\(Int(windowCommand.animationDuration * 1000)) milliseconds")
.font(.caption)
Expand Down

0 comments on commit 1d069de

Please sign in to comment.