mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-26 01:36:59 +00:00
Remove unused line
This commit is contained in:
parent
82e392604d
commit
6ae279300c
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ namespace Ryujinx.Ava.UI.Views.User
|
|||
private NavigationDialogHost _parent;
|
||||
private UserProfile _profile;
|
||||
private bool _isNewUser;
|
||||
private readonly AccountManager _accountManager;
|
||||
public static uint MaxProfileNameLength => 0x20;
|
||||
public bool IsDeletable => _profile.UserId != AccountManager.DefaultUserId;
|
||||
public string UserEditorTitle => LocaleManager.Instance.UpdateAndGetDynamicValue(LocaleKeys.UserEditorTitle, _profile.Name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue