mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
feat: improve custom repo disclaimer a bit
This commit is contained in:
parent
efefcd70cf
commit
8a267e51bf
4 changed files with 75 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue