diff --git a/App/Sources/UI/Views/Commands/WindowManagementAnimationDurationView.swift b/App/Sources/UI/Views/Commands/WindowManagementAnimationDurationView.swift index 3b32176b..252ed868 100644 --- a/App/Sources/UI/Views/Commands/WindowManagementAnimationDurationView.swift +++ b/App/Sources/UI/Views/Commands/WindowManagementAnimationDurationView.swift @@ -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)