mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Enable sound effects by default for new users
This commit is contained in:
parent
5290e191a1
commit
55246ab1ec
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ internal sealed class DalamudConfiguration : IInternalDisposableService
|
|||
/// This setting is effected by the in-game "System Sounds" option and volume.
|
||||
/// </summary>
|
||||
[SuppressMessage("ReSharper", "InconsistentNaming", Justification = "ABI")]
|
||||
public bool EnablePluginUISoundEffects { get; set; }
|
||||
public bool EnablePluginUISoundEffects { get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether an additional button allowing pinning and clickthrough options should be shown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue