Remove commented WebView

This commit is contained in:
trawzified 2024-01-13 00:01:03 +01:00
parent 91ddb39344
commit 591f9bac54

View File

@ -46,8 +46,5 @@
<icon:PackIconModern Kind="PageCopy"></icon:PackIconModern> <icon:PackIconModern Kind="PageCopy"></icon:PackIconModern>
</Button> </Button>
<TextBox Grid.Row="2" Grid.Column="3" Margin="4" VerticalContentAlignment="Center" Name="AddressBar" IsEnabled="False"></TextBox> <TextBox Grid.Row="2" Grid.Column="3" Margin="4" VerticalContentAlignment="Center" Name="AddressBar" IsEnabled="False"></TextBox>
<!--<wpf:WebView2 Grid.Row="3" Grid.ColumnSpan="3" Name="Browser"></wpf:WebView2>-->
</Grid> </Grid>
</mahapps:MetroWindow> </mahapps:MetroWindow>