Skip to content

Commit

Permalink
Fixed an issue with default page
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed Apr 13, 2024
1 parent 1b51f68 commit 8d5aca4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion InternetTest/InternetTest/Pages/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,14 +436,17 @@
Style="{DynamicResource ComboBoxStyle1}">
<ComboBoxItem Content="{x:Static lang:Resources.Home}" />
<ComboBoxItem Content="{x:Static lang:Resources.History}" />
<ComboBoxItem Content="{x:Static lang:Resources.Status}" Visibility="Collapsed" />
<ComboBoxItem Content="{x:Static lang:Resources.DownDetector}" />
<ComboBoxItem Content="{x:Static lang:Resources.MyIP}" />
<ComboBoxItem Content="{x:Static lang:Resources.MyIP}" Visibility="Collapsed" />
<ComboBoxItem Content="{x:Static lang:Resources.LocateIP}" />
<ComboBoxItem Content="{x:Static lang:Resources.Ping}" />
<ComboBoxItem Content="{x:Static lang:Resources.IPConfig}" />
<ComboBoxItem Content="{x:Static lang:Resources.WifiPasswords}" />
<ComboBoxItem Content="{x:Static lang:Resources.DNSTool}" />
<ComboBoxItem Content="{x:Static lang:Resources.TraceRoute}" />
<ComboBoxItem Content="{x:Static lang:Resources.WiFiNetworks}" />
<ComboBoxItem Content="{x:Static lang:Resources.Requests}" />
</ComboBox>
</StackPanel>
<CheckBox
Expand Down

0 comments on commit 8d5aca4

Please sign in to comment.