mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-07 00:56:26 +02:00
UI: Properly space the play time & last play date in the game info popup
This commit is contained in:
parent
d1da937fce
commit
a4211fec33
3 changed files with 65 additions and 55 deletions
|
@ -12,10 +12,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
|
||||
public string FormattedVersion => LocaleManager.Instance[LocaleKeys.GameListHeaderVersion].Format(AppData.Version);
|
||||
public string FormattedDeveloper => LocaleManager.Instance[LocaleKeys.GameListHeaderDeveloper].Format(AppData.Developer);
|
||||
|
||||
public string FormattedFileExtension => LocaleManager.Instance[LocaleKeys.GameListHeaderFileExtension].Format(AppData.FileExtension);
|
||||
public string FormattedLastPlayed => LocaleManager.Instance[LocaleKeys.GameListHeaderLastPlayed].Format(AppData.LastPlayedString);
|
||||
public string FormattedPlayTime => LocaleManager.Instance[LocaleKeys.GameListHeaderTimePlayed].Format(AppData.TimePlayedString);
|
||||
public string FormattedFileSize => LocaleManager.Instance[LocaleKeys.GameListHeaderFileSize].Format(AppData.FileSizeString);
|
||||
|
||||
public string FormattedLdnInfo =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue