diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-03-26 15:45:11 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2025-03-26 15:45:11 +0200 |
| commit | 6f9ecad11d3b73f67baedaef00e4df80cb0d644c (patch) | |
| tree | ab34140f3b0e8abd52298fff97906787a890377c /Software/Visual_Studio/PPC/Modules | |
| parent | 3a6dea9cf60040d6c0a267cbb1cdc9396a074f0c (diff) | |
| download | Tango-6f9ecad11d3b73f67baedaef00e4df80cb0d644c.tar.gz Tango-6f9ecad11d3b73f67baedaef00e4df80cb0d644c.zip | |
Removed Wifi from Eureka.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml b/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml index 3728ecf82..d13d6c124 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml @@ -63,7 +63,7 @@ <touch:LightTouchScrollViewer> <StackPanel Margin="50"> <!--WIFI--> - <touch:TouchExpander Header="Connectivity" IsExpanded="True" FontSize="{StaticResource TangoExpanderHeaderFontSize}"> + <touch:TouchExpander Header="Connectivity" IsExpanded="True" FontSize="{StaticResource TangoExpanderHeaderFontSize}" Visibility="{Binding BuildProvider.IsEureka,Converter={StaticResource BooleanToVisibilityInverseConverter}}"> <StackPanel Margin="10 30 10 10"> <connectivity:AvailableWiFiConnectionsControl DataContext="{Binding ConnectivityProvider}" /> |
