mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 23:37:44 +01:00
Compare commits
1 commit
ff022f3237
...
5e0b186f91
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5e0b186f91 |
3 changed files with 2 additions and 10 deletions
|
|
@ -487,14 +487,6 @@ internal sealed class DalamudConfiguration : IInternalDisposableService
|
|||
/// </summary>
|
||||
public Vector2 NotificationAnchorPosition { get; set; } = new(1f, 1f);
|
||||
|
||||
#pragma warning disable SA1600
|
||||
#pragma warning disable SA1516
|
||||
// XLCore/XoM compatibility until they move it out
|
||||
public string? DalamudBetaKey { get; set; } = null;
|
||||
public string? DalamudBetaKind { get; set; }
|
||||
#pragma warning restore SA1516
|
||||
#pragma warning restore SA1600
|
||||
|
||||
/// <summary>
|
||||
/// Load a configuration from the provided path.
|
||||
/// </summary>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<PropertyGroup Label="Feature">
|
||||
<Description>XIV Launcher addon framework</Description>
|
||||
<DalamudVersion>13.0.0.12</DalamudVersion>
|
||||
<DalamudVersion>13.0.0.11</DalamudVersion>
|
||||
<AssemblyVersion>$(DalamudVersion)</AssemblyVersion>
|
||||
<Version>$(DalamudVersion)</Version>
|
||||
<FileVersion>$(DalamudVersion)</FileVersion>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 7f5c44f914eb7ddd24644b1a362dfdfe8e9a6748
|
||||
Subproject commit 99789cc836760498bef644cfb449523a1fd174d6
|
||||
Loading…
Add table
Add a link
Reference in a new issue