Fix installation tabs being accessible

forgot to disable after finishing testing
This commit is contained in:
pizzaboxer 2024-08-10 13:54:01 +01:00
parent 81b3ce156b
commit efc7a881e1
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -34,7 +34,7 @@
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<ui:NavigationFluent x:Name="RootNavigation" Grid.Row="1" Grid.Column="0" Margin="0,0,12,0" Frame="{Binding ElementName=RootFrame}" SelectedPageIndex="0">
<ui:NavigationFluent x:Name="RootNavigation" Grid.Row="1" Grid.Column="0" Margin="0,0,12,0" Frame="{Binding ElementName=RootFrame}" SelectedPageIndex="0" IsEnabled="False">
<ui:NavigationFluent.Items>
<ui:NavigationItem Content="{x:Static resources:Strings.Installer_Welcome_Title}" PageType="{x:Type pages:WelcomePage}" Icon="ArrowCircleRight48" />
<ui:NavigationItem Content="{x:Static resources:Strings.Installer_Install_Title}" PageType="{x:Type pages:InstallPage}" Icon="ArrowCircleRight48" />