From df2472940e83dde411d2c084bee642c2d3f658d7 Mon Sep 17 00:00:00 2001 From: Babib3l Date: Mon, 29 Jun 2026 23:56:38 +0200 Subject: [PATCH] don't call LoadProfiles as it would switch to the default profile --- src/Ryujinx/UI/ViewModels/Input/InputViewModel.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Ryujinx/UI/ViewModels/Input/InputViewModel.cs b/src/Ryujinx/UI/ViewModels/Input/InputViewModel.cs index 448f1bc7f..3443a284d 100644 --- a/src/Ryujinx/UI/ViewModels/Input/InputViewModel.cs +++ b/src/Ryujinx/UI/ViewModels/Input/InputViewModel.cs @@ -2061,8 +2061,6 @@ namespace Ryujinx.Ava.UI.ViewModels.Input await File.WriteAllTextAsync(path, jsonString); - LoadProfiles(); - SetSelectedProfileSilently(ProfileName); } else {