mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-20 12:15:46 +00:00
cleanup
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using Avalonia.Controls.Presenters;
|
||||
using Ryujinx.Ava.Common.Locale;
|
||||
using Ryujinx.Systems.SetupWizard;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Ryujinx.Ava.Systems.SetupWizard
|
||||
|
||||
@@ -3,7 +3,7 @@ using CommunityToolkit.Mvvm.ComponentModel;
|
||||
using CommunityToolkit.Mvvm.Input;
|
||||
using Ryujinx.Ava.Common.Locale;
|
||||
using Ryujinx.Ava.UI.ViewModels;
|
||||
using Ryujinx.Systems.SetupWizard;
|
||||
using Ryujinx.Ava.Systems.SetupWizard;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ using Ryujinx.Ava.Common.Locale;
|
||||
using Ryujinx.Ava.Systems.SetupWizard;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Ryujinx.Systems.SetupWizard
|
||||
namespace Ryujinx.Ava.Systems.SetupWizard
|
||||
{
|
||||
public class SetupWizardPageBuilder(ContentPresenter presenter, bool isFirstPage = false)
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
xmlns:wiz="using:Ryujinx.Ava.Systems.SetupWizard"
|
||||
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
|
||||
x:DataType="wiz:SetupWizardPage"
|
||||
x:Class="Ryujinx.Systems.SetupWizard.SetupWizardPageView">
|
||||
x:Class="Ryujinx.Ava.Systems.SetupWizard.SetupWizardPageView">
|
||||
<Grid RowDefinitions="*,Auto" Margin="60">
|
||||
<ScrollViewer>
|
||||
<Grid RowDefinitions="Auto,*,Auto">
|
||||
|
||||
@@ -4,7 +4,7 @@ using Avalonia.Markup.Xaml;
|
||||
using Ryujinx.Ava.Systems.SetupWizard;
|
||||
using Ryujinx.Ava.UI.Controls;
|
||||
|
||||
namespace Ryujinx.Systems.SetupWizard
|
||||
namespace Ryujinx.Ava.Systems.SetupWizard
|
||||
{
|
||||
public partial class SetupWizardPageView : RyujinxControl<SetupWizardPage>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user