Brb committing neckrope

- I swear guys I am smart when I don't have a headache
This commit is contained in:
Ash 2020-02-06 15:52:51 -05:00
parent ddb9322628
commit 6a883f5158

View file

@ -55,7 +55,7 @@ namespace Ryujinx.Ui
currentVersionPr = (string)_JRoot["BuildPR"];
currentVersionBranch = (string)_JRoot["BuildBranch"];
_versionText.Text = "Version " + File.ReadAllText(currentVersionJson + " - Branch " + currentVersionBranch + " - PR ID " + currentVersionPr);
_versionText.Text = "Version " + currentVersionJson + " - Branch " + currentVersionBranch + " - PR ID " + currentVersionPr;
}
catch
{