mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
Add version info as first log message
This commit is contained in:
parent
2db38ea627
commit
acc2c227ec
@ -335,6 +335,9 @@ namespace DS4Windows
|
||||
hotkeysTimer.Start();
|
||||
}
|
||||
|
||||
FileVersionInfo fvi = FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location);
|
||||
string version = fvi.FileVersion;
|
||||
Log.LogToGui("DS4Windows version " + version, false);
|
||||
if (btnStartStop.Enabled && start)
|
||||
btnStartStop_Clicked();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user