UI: [ci skip] Make cheat window larger by default
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Ryujinx.Ava.UI.Models
|
||||
{
|
||||
private bool _isEnabled = false;
|
||||
public ObservableCollection<CheatNode> SubNodes { get; } = [];
|
||||
public string CleanName => Name[1..^7];
|
||||
public string CleanName => Name.Length > 0 ? Name[1..^7] : Name;
|
||||
public string BuildIdKey => $"{BuildId}-{Name}";
|
||||
public bool IsRootNode { get; }
|
||||
public string Name { get; }
|
||||
|
||||
Reference in New Issue
Block a user