Skip to content
Snippets Groups Projects
Commit 6d28bb5e authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Set the AppTitle explicitly for the tray app.

Refers to #2
parent 1e08b5c3
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,9 @@ namespace ATxTray
{
private static readonly Logger Log = LogManager.GetCurrentClassLogger();
private static readonly string AppTitle = Path.GetFileNameWithoutExtension(Application.ExecutablePath);
// private static readonly string AppTitle = Path.GetFileNameWithoutExtension(Application.ExecutablePath);
private const string AppTitle = "AutoTx Tray Monitor";
private static readonly Timer AppTimer = new Timer(1000);
private static bool _terminate = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment