tray: add version number to tooltip. resolves #14681

This commit is contained in:
ilike2burnthing 2023-09-06 01:15:00 +01:00 committed by GitHub
parent b4a7bd73fb
commit 585a2f05f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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