Skip to content
Snippets Groups Projects
Commit 8adba1b1 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Show build commit in title tooltip.

Refers to #2
parent 3721f31f
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,7 @@ namespace ATxTray
_miTitle.Font = new Font(_cmStrip.Font, FontStyle.Bold);
_miTitle.Text = AppTitle;
_miTitle.ToolTipText = Properties.Resources.BuildCommit.Trim();
_miTitle.Image = _tiDefault.ToBitmap();
_miTitle.BackColor = Color.LightCoral;
_miTitle.Click += ShowContextMenu;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment