mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-11-20 08:01:04 +00:00
fix: broken arrow in log
This commit is contained in:
parent
cf6acba416
commit
844d7a9cfe
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user