don't call LoadProfiles as it would switch to the default profile

This commit is contained in:
Babib3l 2026-06-29 23:56:38 +02:00 committed by Gabriel
parent 94ab569cf6
commit df2472940e

View file

@ -2061,8 +2061,6 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
await File.WriteAllTextAsync(path, jsonString);
LoadProfiles();
SetSelectedProfileSilently(ProfileName);
}
else
{