Skip to content

Commit e8e1393

Browse files
committed
Change UseSound to Default.
1 parent add99c4 commit e8e1393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public CustomExplorerViewModel CustomExplorer
8383
};
8484

8585
public bool UseAnimation { get; set; } = true;
86-
public bool UseSound { get; set; } = false;
86+
public bool UseSound { get; set; } = true;
8787

8888

8989
/// <summary>

0 commit comments

Comments
 (0)