Skip to content

Commit 0870c5a

Browse files
Revert "Fix wrong doc"
This reverts commit 0c8729f.
1 parent 72134e8 commit 0870c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,15 @@ public interface IPublicAPI
107107
/// </summary>
108108
/// <param name="title">Message title</param>
109109
/// <param name="subTitle">Message subtitle</param>
110-
/// <param name="iconPath">Full path to icon</param>
110+
/// <param name="iconPath">Message icon path (relative path to your plugin folder)</param>
111111
void ShowMsg(string title, string subTitle = "", string iconPath = "");
112112

113113
/// <summary>
114114
/// Show message box
115115
/// </summary>
116116
/// <param name="title">Message title</param>
117117
/// <param name="subTitle">Message subtitle</param>
118-
/// <param name="iconPath">Full path to icon</param>
118+
/// <param name="iconPath">Message icon path (relative path to your plugin folder)</param>
119119
/// <param name="useMainWindowAsOwner">when true will use main windows as the owner</param>
120120
void ShowMsg(string title, string subTitle, string iconPath, bool useMainWindowAsOwner = true);
121121

0 commit comments

Comments
 (0)