feat: add update window

This commit is contained in:
goaaats 2022-04-01 20:51:43 +02:00
parent d0907df5d2
commit 4ae45492e6
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
5 changed files with 129 additions and 5 deletions

View file

@ -290,7 +290,9 @@ namespace Dalamud.Configuration.Internal
/// </summary>
public bool ShowTsm { get; set; } = true;
public bool? Fools22Newer { get; set; } = false;
public bool AskedFools22 { get; set; } = false;
public bool Fools22Newer { get; set; } = false;
/// <summary>
/// Load a configuration from the provided path.