Text adjustments

This commit is contained in:
seerge
2023-02-20 16:51:49 +01:00
parent cbbe944c2b
commit a6b597affe
3 changed files with 37 additions and 27 deletions

View File

@@ -506,7 +506,7 @@ namespace GHelper
{
trayIcon = new NotifyIcon
{
Text = "G14 Helper",
Text = "G-Helper",
Icon = GHelper.Properties.Resources.standard,
Visible = true
};