mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-22 15:50:17 +00:00
11 lines
205 B
C#
11 lines
205 B
C#
|
using Avalonia.Controls;
|
|||
|
|
|||
|
namespace Ryujinx.Ava.UI.Views.Settings;
|
|||
|
|
|||
|
public partial class SettingsLoggingView : UserControl
|
|||
|
{
|
|||
|
public SettingsLoggingView()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|