mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Compare commits
4 commits
d7e04ad4ff
...
ff3f48848a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ff3f48848a | ||
|
|
ac2d522415 | ||
|
|
fadf941fa4 | ||
|
|
a31dda7865 |
2 changed files with 9 additions and 1 deletions
|
|
@ -487,6 +487,14 @@ internal sealed class DalamudConfiguration : IInternalDisposableService
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Vector2 NotificationAnchorPosition { get; set; } = new(1f, 1f);
|
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>
|
/// <summary>
|
||||||
/// Load a configuration from the provided path.
|
/// Load a configuration from the provided path.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<PropertyGroup Label="Feature">
|
<PropertyGroup Label="Feature">
|
||||||
<Description>XIV Launcher addon framework</Description>
|
<Description>XIV Launcher addon framework</Description>
|
||||||
<DalamudVersion>13.0.0.11</DalamudVersion>
|
<DalamudVersion>13.0.0.12</DalamudVersion>
|
||||||
<AssemblyVersion>$(DalamudVersion)</AssemblyVersion>
|
<AssemblyVersion>$(DalamudVersion)</AssemblyVersion>
|
||||||
<Version>$(DalamudVersion)</Version>
|
<Version>$(DalamudVersion)</Version>
|
||||||
<FileVersion>$(DalamudVersion)</FileVersion>
|
<FileVersion>$(DalamudVersion)</FileVersion>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue