Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit ad97e0a

Browse files
adrianrioboanjannath
authored andcommitted
Added text to noitify icon
1 parent fc3a474 commit ad97e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Helpers/TrayIcon.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public TrayIcon()
1717
Icon = Icon.FromHandle(bm.GetHicon()),
1818
Visible = true
1919
};
20-
20+
notifyIcon.Text = "Codeready Containers";
2121
notifyIcon.MouseClick += NotifyIcon_MouseClick;
2222
}
2323

0 commit comments

Comments
 (0)