fix: broken arrow in log

This commit is contained in:
GreemDev 2025-11-07 22:14:35 -06:00
parent cf6acba416
commit 844d7a9cfe

View File

@ -104,7 +104,7 @@ namespace Ryujinx.Ava.Systems
? $"Canary {currentVersion} → Canary {newVersion}"
: $"{currentVersion} → {newVersion}";
Logger.Info?.Print(LogClass.Application, $"Version found: {newVersionString}");
Logger.Info?.Print(LogClass.Application, $"Version found: {newVersionString.Replace("", "->")}");
RequestUserToUpdate:
// Show a message asking the user if they want to update