mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-24 06:05:46 +00:00
Fix compiler warning (ryubing/ryujinx!203)
See merge request ryubing/ryujinx!203
This commit is contained in:
@@ -18,6 +18,12 @@ namespace Ryujinx.Ava.UI.Applet
|
||||
{
|
||||
public partial class ProfileSelectorDialog : RyujinxControl<ProfileSelectorDialogViewModel>
|
||||
{
|
||||
//Fix compiler warning
|
||||
public ProfileSelectorDialog()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public ProfileSelectorDialog(ProfileSelectorDialogViewModel viewModel)
|
||||
{
|
||||
DataContext = ViewModel = viewModel;
|
||||
|
||||
Reference in New Issue
Block a user