misc: chore: rename IgnoreApplet to IgnoreControllerApplet

This commit is contained in:
Evan Husted
2025-02-15 00:25:28 -06:00
parent a4b5304935
commit 7d59ada798
7 changed files with 11 additions and 11 deletions

View File

@@ -41,7 +41,7 @@ namespace Ryujinx.Ava.UI.Applet
bool okPressed = false;
if (ConfigurationState.Instance.System.IgnoreApplet)
if (ConfigurationState.Instance.System.IgnoreControllerApplet)
return false;
Dispatcher.UIThread.InvokeAsync(async () =>