feat: add a tutorial for profiles

This commit is contained in:
goat 2023-06-26 10:30:56 +02:00
parent e8c411bd72
commit 1443c751f5
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 100 additions and 2 deletions

View file

@ -287,6 +287,11 @@ internal sealed class DalamudConfiguration : IServiceType
/// </summary>
public bool ProfilesEnabled { get; set; } = false;
/// <summary>
/// Gets or sets a value indicating whether or not the user has seen the profiles tutorial.
/// </summary>
public bool ProfilesHasSeenTutorial { get; set; } = false;
/// <summary>
/// Gets or sets a value indicating whether or not Dalamud RMT filtering should be disabled.
/// </summary>