mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 20:00:17 +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
2a61ddfe28
commit
e44b673ba9
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ namespace Ryujinx.Ava.UI.Windows
|
||||||
|
|
||||||
private void NavPanelOnSelectionChanged(object sender, NavigationViewSelectionChangedEventArgs e)
|
private void NavPanelOnSelectionChanged(object sender, NavigationViewSelectionChangedEventArgs e)
|
||||||
{
|
{
|
||||||
if (e.SelectedItem is NavigationViewItem navitem)
|
if (e.SelectedItem is NavigationViewItem navItem && navItem.Tag is not null)
|
||||||
{
|
{
|
||||||
switch(navitem.Tag.ToString())
|
switch(navitem.Tag.ToString())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue