mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
tray: add version number to tooltip. resolves #14681
This commit is contained in:
4
src/Jackett.Tray/Main.Designer.cs
generated
4
src/Jackett.Tray/Main.Designer.cs
generated
@@ -1,3 +1,5 @@
|
|||||||
|
using Jackett.Common.Utils;
|
||||||
|
|
||||||
namespace Jackett.Tray
|
namespace Jackett.Tray
|
||||||
{
|
{
|
||||||
partial class Main
|
partial class Main
|
||||||
@@ -46,7 +48,7 @@ namespace Jackett.Tray
|
|||||||
//
|
//
|
||||||
this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
|
this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
|
||||||
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
|
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
|
||||||
this.notifyIcon1.Text = "Jackett";
|
this.notifyIcon1.Text = $"Jackett {EnvironmentUtil.JackettVersion()}";
|
||||||
this.notifyIcon1.Visible = true;
|
this.notifyIcon1.Visible = true;
|
||||||
//
|
//
|
||||||
// contextMenuStrip1
|
// contextMenuStrip1
|
||||||
|
Reference in New Issue
Block a user