mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-16 04:47:45 +01:00
Persistent plugin feedback contact details (#934)
This commit is contained in:
parent
d2ecddbf35
commit
b6a85bf4d0
2 changed files with 11 additions and 1 deletions
|
|
@ -332,6 +332,11 @@ namespace Dalamud.Configuration.Internal
|
|||
/// </summary>
|
||||
public bool ShowDevBarInfo { get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the last-used contact details for the plugin feedback form.
|
||||
/// </summary>
|
||||
public string LastFeedbackContactDetails { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Load a configuration from the provided path.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue