From 585a2f05f16273befa4e1da8134f73bcb68de573 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Wed, 6 Sep 2023 01:15:00 +0100 Subject: [PATCH] tray: add version number to tooltip. resolves #14681 --- src/Jackett.Tray/Main.Designer.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Jackett.Tray/Main.Designer.cs b/src/Jackett.Tray/Main.Designer.cs index dc035bd3b..35916fc25 100644 --- a/src/Jackett.Tray/Main.Designer.cs +++ b/src/Jackett.Tray/Main.Designer.cs @@ -1,3 +1,5 @@ +using Jackett.Common.Utils; + namespace Jackett.Tray { partial class Main @@ -46,7 +48,7 @@ namespace Jackett.Tray // this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1; this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); - this.notifyIcon1.Text = "Jackett"; + this.notifyIcon1.Text = $"Jackett {EnvironmentUtil.JackettVersion()}"; this.notifyIcon1.Visible = true; // // contextMenuStrip1