mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-14 11:57:42 +01:00
feat: add timezone check
This commit is contained in:
parent
0cd1c1b150
commit
a33aef5c45
4 changed files with 12 additions and 10 deletions
|
|
@ -106,8 +106,6 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
this.doFocus = configuration.IsFocusManagementEnabled;
|
||||
this.doTsm = configuration.ShowTsm;
|
||||
|
||||
this.doFools22 = configuration.Fools22;
|
||||
|
||||
this.dtrSpacing = configuration.DtrSpacing;
|
||||
this.dtrSwapDirection = configuration.DtrSwapDirection;
|
||||
|
||||
|
|
@ -176,6 +174,8 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
var configuration = Service<DalamudConfiguration>.Get();
|
||||
this.dtrOrder = configuration.DtrOrder;
|
||||
this.dtrIgnore = configuration.DtrIgnore;
|
||||
|
||||
this.doFools22 = configuration.Fools22New ?? true;
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
|
|
@ -853,7 +853,7 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
configuration.IsFocusManagementEnabled = this.doFocus;
|
||||
configuration.ShowTsm = this.doTsm;
|
||||
|
||||
configuration.Fools22 = this.doFools22;
|
||||
configuration.Fools22New = this.doFools22;
|
||||
|
||||
configuration.UseAxisFontsFromGame = this.doUseAxisFontsFromGame;
|
||||
configuration.FontGamma = this.fontGamma;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue