Updated LoadAndSaveMetadata to return Optional type (but for real this time)

- fixed a typo i found
- awaiting dialog on invalid unpacked error
-
This commit is contained in:
Shyanne
2025-12-30 17:06:21 -05:00
parent 34190c9184
commit 2274a32813
6 changed files with 17 additions and 10 deletions

View File

@@ -1029,7 +1029,7 @@ namespace Ryujinx.Ava.UI.ViewModels
string dialogMessage =
LocaleManager.Instance.UpdateAndGetDynamicValue(LocaleKeys.DialogKeysInstallerKeysInstallMessage);
if (ContentManager.AreKeysAlredyPresent(systemDirectory))
if (ContentManager.AreKeysAlreadyPresent(systemDirectory))
{
dialogMessage +=
LocaleManager.Instance.UpdateAndGetDynamicValue(LocaleKeys