Fix logging and dialogs in PluginData

This commit is contained in:
Stone_Red
2025-12-25 18:14:57 +01:00
parent 16c5c98f1a
commit 0a57b8a3d6
2 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ public interface IPluginData
/// </summary>
/// <param name="message">The message to display.</param>
/// <param name="title">The title of the message box.</param>
void ShowMessage(string message, string title);
void ShowMessage(string message, string? title = null);
/// <summary>
/// Saves the current state of fields and properties marked with <see cref="PersistStateAttribute"/>