mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 06:46:24 +02:00
UI: Change "System Version" to "Firmware Version" and change 0.0 when firmware is not installed to NaN
This commit is contained in:
parent
4171913baf
commit
ba199f4325
2 changed files with 21 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue