Add option to auto-update disabled plugins

This commit is contained in:
goaaats 2025-05-10 01:10:53 +02:00
parent b1c874c123
commit b4e62571a6
3 changed files with 10 additions and 1 deletions

View file

@ -498,6 +498,11 @@ internal sealed class DalamudConfiguration : IInternalDisposableService
/// </summary>
public bool SendUpdateNotificationToChat { get; set; } = false;
/// <summary>
/// Gets or sets a value indicating whether disabled plugins should be auto-updated.
/// </summary>
public bool UpdateDisabledPlugins { get; set; } = false;
/// <summary>
/// Gets or sets a value indicating where notifications are anchored to on the screen.
/// </summary>