chore: change settings key again

This commit is contained in:
goaaats 2022-04-01 05:53:03 +02:00
parent b8de19c7e9
commit 92455c4c64
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
3 changed files with 4 additions and 4 deletions

View file

@ -175,7 +175,7 @@ namespace Dalamud.Interface.Internal.Windows
this.dtrOrder = configuration.DtrOrder;
this.dtrIgnore = configuration.DtrIgnore;
this.doFools22 = configuration.Fools22New ?? true;
this.doFools22 = configuration.Fools22Newer ?? true;
}
/// <inheritdoc/>
@ -853,7 +853,7 @@ namespace Dalamud.Interface.Internal.Windows
configuration.IsFocusManagementEnabled = this.doFocus;
configuration.ShowTsm = this.doTsm;
configuration.Fools22New = this.doFools22;
configuration.Fools22Newer = this.doFools22;
configuration.UseAxisFontsFromGame = this.doUseAxisFontsFromGame;
configuration.FontGamma = this.fontGamma;