fix formatting
This commit is contained in:
parent
22d77f03ff
commit
5197e73499
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
private const int HotKeyPressDelayMs = 500;
|
||||
|
||||
private ObservableCollection<ApplicationData> _applications;
|
||||
private Queue<string> _pathHistory;
|
||||
private readonly Queue<string> _pathHistory;
|
||||
private string _aspectStatusText;
|
||||
|
||||
private string _loadHeading;
|
||||
|
|
Loading…
Add table
Reference in a new issue