aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx/UI/Views/Settings/SettingsNetworkView.axaml.cs
blob: b771933ebab9476acb937152f2a0d4f784c5d033 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
using Avalonia.Controls;

namespace Ryujinx.Ava.UI.Views.Settings
{
    public partial class SettingsNetworkView : UserControl
    {
        public SettingsNetworkView()
        {
            InitializeComponent();
        }
    }
}