From 1d069def90f049763771d99b0a3f7f511bc13c59 Mon Sep 17 00:00:00 2001 From: Christoffer Winterkvist Date: Sat, 16 Sep 2023 18:05:16 +0200 Subject: [PATCH] Change icon from speedometer to sparkles --- .../Views/Commands/WindowManagementAnimationDurationView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)