mirror of
https://github.com/ckaczor/WorldClockStatusWindow.git
synced 2026-01-22 09:45:39 -05:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| da388bf953 |
@@ -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.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()));
|
_dispatcher.Invoke(() => _floatingStatusWindow.SetText(text.ToString()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user