mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-21 18:13:14 +02:00
Small fix
This commit is contained in:
parent
57fbcc7aed
commit
8eea75a6e8
1 changed files with 3 additions and 1 deletions
|
@ -459,7 +459,9 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
|
|||
|
||||
if (Config != null)
|
||||
{
|
||||
LoadSavedConfiguration(); // Load configuration after connection if it is in the configuration file
|
||||
// Load configuration after connection if it is in the configuration file
|
||||
IsModified = true;
|
||||
LoadSavedConfiguration();
|
||||
}
|
||||
|
||||
_isChangeTrackingActive = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue