mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-13 11:27:42 +01:00
feat: add update window
This commit is contained in:
parent
d0907df5d2
commit
4ae45492e6
5 changed files with 129 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue