Added comment in profiles stating which version of DS4Windows made the file

This commit is contained in:
Travis Nickles 2020-01-26 10:53:48 -06:00
parent 61265388ad
commit 7328166e1c

View File

@ -2442,6 +2442,9 @@ namespace DS4Windows
Node = m_Xdoc.CreateComment(string.Format(" DS4Windows Configuration Data. {0} ", DateTime.Now)); Node = m_Xdoc.CreateComment(string.Format(" DS4Windows Configuration Data. {0} ", DateTime.Now));
m_Xdoc.AppendChild(Node); m_Xdoc.AppendChild(Node);
Node = m_Xdoc.CreateComment(string.Format(" Made with DS4Windows version {0} ", Global.exeversion));
m_Xdoc.AppendChild(Node);
Node = m_Xdoc.CreateWhitespace("\r\n"); Node = m_Xdoc.CreateWhitespace("\r\n");
m_Xdoc.AppendChild(Node); m_Xdoc.AppendChild(Node);