mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-08-14 04:40:56 +00:00
don't call LoadProfiles as it would switch to the default profile
This commit is contained in:
parent
94ab569cf6
commit
df2472940e
1 changed files with 0 additions and 2 deletions
|
|
@ -2061,8 +2061,6 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
|
|||
|
||||
await File.WriteAllTextAsync(path, jsonString);
|
||||
|
||||
LoadProfiles();
|
||||
SetSelectedProfileSilently(ProfileName);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue