mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-15 12:27:43 +01:00
Merge branch 'feature/branchswitcher' into net5
This commit is contained in:
commit
082aa2f0b1
4 changed files with 157 additions and 17 deletions
|
|
@ -18,11 +18,6 @@ namespace Dalamud.Configuration.Internal
|
|||
[Serializable]
|
||||
internal sealed class DalamudConfiguration : IServiceType
|
||||
{
|
||||
/// <summary>
|
||||
/// Currently used beta key for Dalamud staging builds.
|
||||
/// </summary>
|
||||
public const string DalamudCurrentBetaKey = "proof of context";
|
||||
|
||||
private static readonly JsonSerializerSettings SerializerSettings = new()
|
||||
{
|
||||
TypeNameHandling = TypeNameHandling.All,
|
||||
|
|
@ -44,12 +39,6 @@ namespace Dalamud.Configuration.Internal
|
|||
/// </summary>
|
||||
public event DalamudConfigurationSavedDelegate DalamudConfigurationSaved;
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether or not Dalamud staging is enabled.
|
||||
/// </summary>
|
||||
[JsonIgnore]
|
||||
public bool IsConventionalStaging => this.DalamudBetaKey == DalamudCurrentBetaKey;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a list of muted works.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue