I thought this was a typo on my part; it wasn't

metal Canary-1.2.24
Evan Husted 2024-11-10 22:04:55 -06:00
parent 285ee276b6
commit 15c20920b3
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@ namespace Ryujinx.UI.Common.Configuration
{
LanInterfaceId = new ReactiveObject<string>();
Mode = new ReactiveObject<MultiplayerMode>();
Mode.LogChangesToValue(nameof(Mode));
Mode.LogChangesToValue(nameof(MultiplayerMode));
}
}