diff --git a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs index 1cb65fb85..89d2d32aa 100644 --- a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs +++ b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs @@ -83,7 +83,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings }; public bool UseAnimation { get; set; } = true; - public bool UseSound { get; set; } = false; + public bool UseSound { get; set; } = true; ///