UI: [ci skip] Make cheat window larger by default

This commit is contained in:
Evan Husted
2025-01-28 21:18:49 -06:00
parent 7085bafa60
commit 502ce98b3a
3 changed files with 6 additions and 3 deletions

View File

@@ -34,6 +34,9 @@ namespace Ryujinx.Ava.UI.Windows
public CheatWindow(VirtualFileSystem virtualFileSystem, string titleId, string titleName, string titlePath)
{
MinWidth = 500;
MinHeight = 650;
LoadedCheats = [];
IntegrityCheckLevel checkLevel = ConfigurationState.Instance.System.EnableFsIntegrityChecks
? IntegrityCheckLevel.ErrorOnInvalid