Skip to content

Commit e7636a0

Browse files
committed
Update ImageGlassEvents.cs
1 parent f64b49c commit e7636a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/ImageGlass.Tools/ImageGlassEvents.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace ImageGlass.Tools;
1515
public static class ImageGlassEvents
1616
{
1717
/// <summary>
18-
/// Requests <see cref="PipeClient"/> to terminate the process.
18+
/// Requests to terminate the process of <see cref="ImageGlassTool"/>.
1919
/// </summary>
2020
public static string TOOL_TERMINATE => "igtool.event.tool_terminate";
2121

@@ -52,4 +52,5 @@ public static class ImageGlassEvents
5252
/// Occurs when the theme is updated.
5353
/// </summary>
5454
public static string THEME_UPDATED => "igtool.event.theme_updated";
55+
5556
}

0 commit comments

Comments
 (0)