Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit ed4dc7f

Browse files
committed
added proper app icon (+notify area as well) fixes #1
1 parent 5268dac commit ed4dc7f

6 files changed

+4586
-0
lines changed

adrilight/MainForm.Designer.cs

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adrilight/MainForm.cs

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ private void InitTrayIcon() {
3636

3737
_mNotifyIcon = new NotifyIcon();
3838
_mNotifyIcon.Text = "adrilight";
39+
_mNotifyIcon.Icon = this.Icon;
3940
_mNotifyIcon.MouseDoubleClick += NotifyIcon_MouseDoubleClick;
4041

4142
_mNotifyIcon.ContextMenu = _mContextMenu;

0 commit comments

Comments
 (0)