From 6a883f5158ac29ffaf106202962f8526b3f167b8 Mon Sep 17 00:00:00 2001 From: Ash Date: Thu, 6 Feb 2020 15:52:51 -0500 Subject: [PATCH] Brb committing neckrope - I swear guys I am smart when I don't have a headache --- Ryujinx/Ui/AboutWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx/Ui/AboutWindow.cs b/Ryujinx/Ui/AboutWindow.cs index eba20d0f50..d7b9d7db9a 100644 --- a/Ryujinx/Ui/AboutWindow.cs +++ b/Ryujinx/Ui/AboutWindow.cs @@ -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 {