mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-31 12:53:41 +01:00
feat(PluginInstallerWindow): support Changelog manifest property
This commit is contained in:
parent
ef16e346c6
commit
53e38668bc
3 changed files with 34 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ namespace Dalamud.Support
|
|||
/// <param name="plugin">The plugin to send feedback about.</param>
|
||||
/// <param name="content">The content of the feedback.</param>
|
||||
/// <param name="reporter">The reporter name.</param>
|
||||
/// <param name="includeException">Whether or not the most recent exception to occur should be included in the report.</param>
|
||||
/// <returns>A <see cref="Task"/> representing the asynchronous operation.</returns>
|
||||
public static async Task SendFeedback(PluginManifest plugin, string content, string reporter, bool includeException)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue