UI: Change "System Version" to "Firmware Version" and change 0.0 when firmware is not installed to NaN

This commit is contained in:
Evan Husted 2024-12-21 18:34:07 -06:00
parent 4171913baf
commit ba199f4325
2 changed files with 21 additions and 21 deletions

View file

@ -2015,7 +2015,7 @@ namespace Ryujinx.Ava.UI.ViewModels
}
else
{
LocaleManager.Instance.UpdateAndGetDynamicValue(LocaleKeys.StatusBarSystemVersion, "0.0");
LocaleManager.Instance.UpdateAndGetDynamicValue(LocaleKeys.StatusBarSystemVersion, "NaN");
}
IsAppletMenuActive = hasApplet;