From e8e139304e84df8ada7fa5ceacae259d7a8e6c70 Mon Sep 17 00:00:00 2001 From: DB p Date: Tue, 16 Nov 2021 08:16:58 +0900 Subject: [PATCH] Change UseSound to Default. --- Flow.Launcher.Infrastructure/UserSettings/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; ///