improve comment on close handler

This commit is contained in:
mshafer1
2024-12-21 08:11:57 -06:00
parent 2cf458beae
commit be0db848dc

View File

@@ -214,7 +214,7 @@ namespace ntfysh_client
private void btnClose_Click(object sender, EventArgs e)
{
// immediate
// don't animate, immediately "close"
IsVisible = false;
}