feat: setting for buttons in system menu

This commit is contained in:
Aireil 2021-04-30 17:17:30 +02:00
parent 287cc0b84f
commit 11938722b7
3 changed files with 17 additions and 0 deletions

View file

@ -97,6 +97,11 @@ namespace Dalamud.Configuration
/// </summary>
public bool AutoUpdatePlugins { get; set; }
/// <summary>
/// Gets or sets a value indicating whether or not Dalamud should add buttons to the system menu.
/// </summary>
public bool DoButtonsSystemMenu { get; set; } = true;
/// <summary>
/// Gets or sets a value indicating whether or not the debug log should scroll automatically.
/// </summary>