fixed setting version variable

This commit is contained in:
alterNERDtive 2022-05-29 23:40:14 +02:00
parent c66551750d
commit 0353001ac5

View file

@ -93,7 +93,7 @@ namespace EliteScreenshots
VA = vaProxy;
VA.TextVariableChanged += new Action<string, string, string, Guid?>(TextVariableChanged);
VA.SetText("EliteScreenshots.version", VERSION);
VA.SetText("EliteScreenshots.version", VERSION.ToString());
try
{