combine SetupWizardPage and the builder type since the builder mutated an instance of the built type anyways

This commit is contained in:
GreemDev
2025-11-23 17:28:48 -06:00
parent 884d0f526c
commit 8f529d17a8
6 changed files with 87 additions and 102 deletions

View File

@@ -27,7 +27,7 @@
</DataTemplate>
</ContentPresenter.DataTemplates>
</ContentPresenter>
<Grid Grid.Row="2"
ColumnDefinitions="Auto,*"
IsVisible="{Binding #InfoToggle.IsChecked}">
@@ -53,7 +53,7 @@
Padding="6">
<fa:Icon Value="fa-solid fa-circle-info" />
</ToggleButton>
<Button IsVisible="{Binding !IsFirstPage}"
Grid.Column="1"
Content="{ext:Locale SetupWizardActionBack}"