fix formatting

This commit is contained in:
Luke44565 2024-03-12 23:54:08 -04:00
parent 22d77f03ff
commit 5197e73499

View file

@ -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;