feat: improve custom repo disclaimer a bit

This commit is contained in:
goat 2023-08-30 23:53:24 +02:00
parent efefcd70cf
commit 8a267e51bf
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
4 changed files with 75 additions and 4 deletions

View file

@ -100,6 +100,11 @@ internal sealed class DalamudConfiguration : IServiceType
/// </summary>
public List<ThirdPartyRepoSettings> ThirdRepoList { get; set; } = new();
/// <summary>
/// Gets or sets a value indicating whether or not a disclaimer regarding third-party repos has been dismissed.
/// </summary>
public bool? ThirdRepoSpeedbumpDismissed { get; set; } = null;
/// <summary>
/// Gets or sets a list of hidden plugins.
/// </summary>