mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 22:40:18 +00:00
Update Ryujinx.Ava/UI/Windows/SettingsWindow.axaml.cs
Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
This commit is contained in:
parent
ed5fe3fe1f
commit
fb884c7a30
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ namespace Ryujinx.Ava.UI.Windows
|
||||||
{
|
{
|
||||||
if (e.SelectedItem is NavigationViewItem navItem && navItem.Tag is not null)
|
if (e.SelectedItem is NavigationViewItem navItem && navItem.Tag is not null)
|
||||||
{
|
{
|
||||||
switch(navitem.Tag.ToString())
|
switch (navitem.Tag.ToString())
|
||||||
{
|
{
|
||||||
case "UiPage":
|
case "UiPage":
|
||||||
UiPage.ViewModel = ViewModel;
|
UiPage.ViewModel = ViewModel;
|
||||||
|
|
Loading…
Reference in a new issue