aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2025-01-27 10:17:36 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2025-01-27 10:17:36 +0200
commita712332e02b8346de626e267b3cba3f819fd3743 (patch)
tree4d613806740b6fce84054b51fc8690bebea972ec /Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings
parente204e6ac5d04114778b5b836a3e3707e819ad349 (diff)
downloadTango-a712332e02b8346de626e267b3cba3f819fd3743.tar.gz
Tango-a712332e02b8346de626e267b3cba3f819fd3743.zip
Allow SMS notifications.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml2
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 e6a21d826..3728ecf82 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
@@ -396,7 +396,7 @@
</touch:TouchExpander>
<!--SMS-->
- <touch:TouchExpander Margin="0 20 0 0" Header="SMS Notifications" IsExpanded="True" FontSize="{StaticResource TangoExpanderHeaderFontSize}">
+ <touch:TouchExpander Margin="0 20 0 0" Header="SMS Notifications" IsExpanded="True" FontSize="{StaticResource TangoExpanderHeaderFontSize}" Visibility="{Binding MachineProvider.Machine.AllowSmsNotifications,Converter={StaticResource BooleanToVisibilityConverter}}">
<StackPanel>
<controls:TableGrid Margin="10" RowHeight="60" MakeFirstColumnVerticalAlignmentBottom="False" TextElement.FontSize="{StaticResource TangoDefaultFontSize}">
<TextBlock VerticalAlignment="Center">Enable Notifications</TextBlock>