mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
print PW version in event log
This commit is contained in:
parent
4a2de1aa84
commit
acc8ff44de
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ namespace PersistentWindows.SystrayShell
|
|||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
|
||||
Log.Init();
|
||||
Log.Event($"OS version {Environment.OSVersion.VersionString}; .NET version {Environment.Version}");
|
||||
Log.Event($" {Application.ProductVersion}; OS version: {Environment.OSVersion.VersionString}; .NET version: {Environment.Version}");
|
||||
|
||||
pwp = new PersistentWindowProcessor();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue