mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-02-17 00:16:20 +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();
|
hotkeysTimer.Start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FileVersionInfo fvi = FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location);
|
||||||
|
string version = fvi.FileVersion;
|
||||||
|
Log.LogToGui("DS4Windows version " + version, false);
|
||||||
if (btnStartStop.Enabled && start)
|
if (btnStartStop.Enabled && start)
|
||||||
btnStartStop_Clicked();
|
btnStartStop_Clicked();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user