mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-24 06:47:44 +02:00
smal fix
This commit is contained in:
parent
e097ea71ff
commit
1b7032b589
1 changed files with 2 additions and 6 deletions
|
@ -466,12 +466,8 @@ namespace Ryujinx.Ava.UI.ViewModels.Input
|
||||||
{
|
{
|
||||||
LoadDevices();
|
LoadDevices();
|
||||||
|
|
||||||
if (Config != null)
|
IsModified = true;
|
||||||
{
|
LoadSavedConfiguration();
|
||||||
// Load configuration after disconnection if it is in the configuration file
|
|
||||||
IsModified = true;
|
|
||||||
LoadSavedConfiguration();
|
|
||||||
}
|
|
||||||
FindPairedDevice();
|
FindPairedDevice();
|
||||||
|
|
||||||
_isChangeTrackingActive = true;
|
_isChangeTrackingActive = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue