mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Change UseSound to Default.
This commit is contained in:
parent
add99c4d6d
commit
e8e139304e
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue