mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-11-24 10:01:22 +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}"
|
? $"Canary {currentVersion} → Canary {newVersion}"
|
||||||
: $"{currentVersion} → {newVersion}";
|
: $"{currentVersion} → {newVersion}";
|
||||||
|
|
||||||
Logger.Info?.Print(LogClass.Application, $"Version found: {newVersionString}");
|
Logger.Info?.Print(LogClass.Application, $"Version found: {newVersionString.Replace("→", "->")}");
|
||||||
|
|
||||||
RequestUserToUpdate:
|
RequestUserToUpdate:
|
||||||
// Show a message asking the user if they want to update
|
// Show a message asking the user if they want to update
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user