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:
goat 2023-08-08 18:42:23 +02:00
parent cd3d23e0fd
commit b4c24305f2
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -69,6 +69,12 @@ internal sealed class DalamudConfiguration : IServiceType
/// </summary>
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>
/// Gets or sets the last loaded Dalamud version.
/// </summary>