From f66e5ca08bc25e0b1a08c9155c586d4fd861f1e3 Mon Sep 17 00:00:00 2001 From: Raymond Date: Mon, 9 Aug 2021 10:03:54 -0400 Subject: [PATCH] Add defaults to configuration --- Dalamud/Configuration/Internal/DalamudConfiguration.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dalamud/Configuration/Internal/DalamudConfiguration.cs b/Dalamud/Configuration/Internal/DalamudConfiguration.cs index ed10572e4..4eb6e3b03 100644 --- a/Dalamud/Configuration/Internal/DalamudConfiguration.cs +++ b/Dalamud/Configuration/Internal/DalamudConfiguration.cs @@ -47,12 +47,12 @@ namespace Dalamud.Configuration.Internal /// /// Gets or sets the language code to load Dalamud localization with. /// - public string LanguageOverride { get; set; } + public string LanguageOverride { get; set; } = null; /// /// Gets or sets the last loaded Dalamud version. /// - public string LastVersion { get; set; } + public string LastVersion { get; set; } = null; /// /// Gets or sets the chat type used by default for plugin messages. @@ -62,17 +62,17 @@ namespace Dalamud.Configuration.Internal /// /// Gets or sets a value indicating whether or not plugin testing builds should be shown. /// - public bool DoPluginTest { get; set; } + public bool DoPluginTest { get; set; } = false; /// /// Gets or sets a value indicating whether or not Dalamud testing builds should be used. /// - public bool DoDalamudTest { get; set; } + public bool DoDalamudTest { get; set; } = false; /// /// Gets or sets a value indicating whether or not XL should download the Dalamud .NET runtime. /// - public bool DoDalamudRuntime { get; set; } + public bool DoDalamudRuntime { get; set; } = false; /// /// Gets or sets a list of custom repos.