From da388bf9533054cfc3e7d3b6f677e17760fd58dd Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Thu, 26 Sep 2024 20:36:31 -0400 Subject: [PATCH] Test new version --- WindowSource.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/WindowSource.cs b/WindowSource.cs index ee7ba67..ca005f6 100644 --- a/WindowSource.cs +++ b/WindowSource.cs @@ -115,10 +115,6 @@ internal class WindowSource : IWindowSource, IDisposable text.Append($"{timeZoneEntry.Label.PadLeft(labelLength)}: {TimeZoneInfo.ConvertTime(now, timeZone).ToString(Properties.Settings.Default.TimeFormat)}"); } - text.AppendLine(); - text.AppendLine(); - text.Append($"Version: {Assembly.GetEntryAssembly()!.GetName().Version!.ToString()}"); - _dispatcher.Invoke(() => _floatingStatusWindow.SetText(text.ToString())); }