Enable sound effects by default for new users

This commit is contained in:
goaaats 2025-10-19 18:42:24 +02:00
parent 5290e191a1
commit 55246ab1ec

View file

@ -250,7 +250,7 @@ internal sealed class DalamudConfiguration : IInternalDisposableService
/// This setting is effected by the in-game "System Sounds" option and volume. /// This setting is effected by the in-game "System Sounds" option and volume.
/// </summary> /// </summary>
[SuppressMessage("ReSharper", "InconsistentNaming", Justification = "ABI")] [SuppressMessage("ReSharper", "InconsistentNaming", Justification = "ABI")]
public bool EnablePluginUISoundEffects { get; set; } public bool EnablePluginUISoundEffects { get; set; } = true;
/// <summary> /// <summary>
/// Gets or sets a value indicating whether an additional button allowing pinning and clickthrough options should be shown /// Gets or sets a value indicating whether an additional button allowing pinning and clickthrough options should be shown