mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-15 20:37: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
|
|
@ -290,7 +290,7 @@ namespace Dalamud.Configuration.Internal
|
|||
/// </summary>
|
||||
public bool ShowTsm { get; set; } = true;
|
||||
|
||||
public bool Fools22 { get; set; } = true;
|
||||
public bool? Fools22New { get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// Load a configuration from the provided path.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue