This commit is contained in:
Vova 2025-03-03 00:07:05 +10:00
parent e097ea71ff
commit 1b7032b589

View file

@ -466,12 +466,8 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
{
LoadDevices();
if (Config != null)
{
// Load configuration after disconnection if it is in the configuration file
IsModified = true;
LoadSavedConfiguration();
}
FindPairedDevice();
_isChangeTrackingActive = true;