mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-08-18 12:55:40 +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