mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 08:17:47 +01:00
chore: add pre-filled FTUE level to config, so that existing users will not get a FTUE once we add it
This commit is contained in:
parent
cd3d23e0fd
commit
b4c24305f2
1 changed files with 6 additions and 0 deletions
|
|
@ -69,6 +69,12 @@ internal sealed class DalamudConfiguration : IServiceType
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string LastVersion { get; set; } = null;
|
public string LastVersion { get; set; } = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets a value indicating the last seen FTUE version.
|
||||||
|
/// Unused for now, added to prevent existing users from seeing level 0 FTUE.
|
||||||
|
/// </summary>
|
||||||
|
public int SeenFtueLevel { get; set; } = 1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the last loaded Dalamud version.
|
/// Gets or sets the last loaded Dalamud version.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue