mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 08:17:47 +01:00
Compare commits
2 commits
5290e191a1
...
606d58c77e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
606d58c77e | ||
|
|
55246ab1ec |
2 changed files with 2 additions and 2 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
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<PropertyGroup Label="Feature">
|
||||
<Description>XIV Launcher addon framework</Description>
|
||||
<DalamudVersion>13.0.0.6</DalamudVersion>
|
||||
<DalamudVersion>13.0.0.7</DalamudVersion>
|
||||
<AssemblyVersion>$(DalamudVersion)</AssemblyVersion>
|
||||
<Version>$(DalamudVersion)</Version>
|
||||
<FileVersion>$(DalamudVersion)</FileVersion>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue