mirror of
https://github.com/Stone-Red-Code/DesktopMagic.git
synced 2026-09-04 08:56:15 +02:00
Fix logging and dialogs in PluginData
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user