We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64b49c commit e7636a0Copy full SHA for e7636a0
Source/ImageGlass.Tools/ImageGlassEvents.cs
@@ -15,7 +15,7 @@ namespace ImageGlass.Tools;
15
public static class ImageGlassEvents
16
{
17
/// <summary>
18
- /// Requests <see cref="PipeClient"/> to terminate the process.
+ /// Requests to terminate the process of <see cref="ImageGlassTool"/>.
19
/// </summary>
20
public static string TOOL_TERMINATE => "igtool.event.tool_terminate";
21
@@ -52,4 +52,5 @@ public static class ImageGlassEvents
52
/// Occurs when the theme is updated.
53
54
public static string THEME_UPDATED => "igtool.event.theme_updated";
55
+
56
}
0 commit comments