code cleaning

This commit is contained in:
Vova
2025-02-07 23:37:35 +10:00
parent 3a8e6e3117
commit fa463c51f8
3 changed files with 3 additions and 9 deletions

View File

@@ -74,8 +74,8 @@ namespace Ryujinx.Ava.UI.Windows
switch (navItem.Tag.ToString())
{
case nameof(InputPage):
NavPanel.Content = InputPage;
break;
NavPanel.Content = InputPage;
break;
case nameof(SystemPage):
SystemPage.ViewModel = ViewModel;
NavPanel.Content = SystemPage;