mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-24 19:22:59 +00:00
12 lines
235 B
C#
12 lines
235 B
C#
using Avalonia.Controls;
|
|
|
|
namespace Ryujinx.Ava.UI.Views.Settings
|
|
{
|
|
public partial class SettingsLoggingView : UserControl
|
|
{
|
|
public SettingsLoggingView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |