feat: add icon animation setting

This commit is contained in:
Peter Steinberger
2025-12-07 04:38:18 +01:00
parent 6c3d3b98b8
commit 060f80c239
4 changed files with 38 additions and 1 deletions

View File

@@ -33,6 +33,11 @@ struct GeneralSettings: View {
subtitle: "Keep Clawdis visible in the Dock instead of menu-bar-only mode.",
binding: self.$state.showDockIcon)
SettingsToggleRow(
title: "Play menu bar icon animations",
subtitle: "Enable idle blinks and wiggles on the status icon.",
binding: self.$state.iconAnimationsEnabled)
SettingsToggleRow(
title: "Enable debug tools",
subtitle: "Show the Debug tab with development utilities.",