Change UseSound to Default.

This commit is contained in:
DB p 2021-11-16 08:16:58 +09:00
parent add99c4d6d
commit e8e139304e

View file

@ -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;
/// <summary>