UI: Ryujinx Canary title in NCA extractor

This commit is contained in:
Evan Husted
2024-11-10 19:10:02 -06:00
parent e01a30016e
commit 10c8d73b60
20 changed files with 22 additions and 22 deletions

View File

@ -83,7 +83,7 @@ namespace Ryujinx.Ava
}
catch
{
Logger.Error?.Print(LogClass.Application, "Failed to convert the current Ryujinx version!");
Logger.Error?.Print(LogClass.Application, $"Failed to convert the current {App.FullAppName} version!");
await ContentDialogHelper.CreateWarningDialog(
LocaleManager.Instance[LocaleKeys.DialogUpdaterConvertFailedMessage],