mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-15 12:27:43 +01:00
Add option to auto-update disabled plugins
This commit is contained in:
parent
b1c874c123
commit
b4e62571a6
3 changed files with 10 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue