UI: Main Window + General (ryubing/ryujinx!150)

See merge request ryubing/ryujinx!150
This commit is contained in:
Neo
2025-10-03 16:02:37 -05:00
committed by GreemDev
parent 1900924a78
commit 60b9723df4
13 changed files with 560 additions and 678 deletions

View File

@@ -101,8 +101,8 @@ namespace Ryujinx.Ava.Systems
await Dispatcher.UIThread.InvokeAsync(async () =>
{
string newVersionString = ReleaseInformation.IsCanaryBuild
? $"Canary {currentVersion} -> Canary {newVersion}"
: $"{currentVersion} -> {newVersion}";
? $"Canary {currentVersion} Canary {newVersion}"
: $"{currentVersion} {newVersion}";
Logger.Info?.Print(LogClass.Application, $"Version found: {newVersionString}");