aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-08-15 10:27:51 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-08-15 10:27:51 +0300
commit97f0fe7eea1711bfe33661332b84f9bf32cc6ae6 (patch)
tree98b505f582bd86705cb4f1847e12e1268715a372 /Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings
parent7867b3ac045364fc2aa11a860871bee2bfeb072d (diff)
downloadTango-97f0fe7eea1711bfe33661332b84f9bf32cc6ae6.tar.gz
Tango-97f0fe7eea1711bfe33661332b84f9bf32cc6ae6.zip
Same as previous.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml5
1 files changed, 5 insertions, 0 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 a13a1a470..7aba9a1ef 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
@@ -356,6 +356,11 @@
</DockPanel>
<DockPanel Margin="0 20 0 0" TextElement.FontSize="{StaticResource TangoDefaultFontSize}">
+ <TextBlock VerticalAlignment="Center">Enable Spool Replacement Dialog</TextBlock>
+ <touch:TouchToggleSlider IsChecked="{Binding Settings.EnableSpoolReplacementDialog}" Margin="0 0 100 0" DockPanel.Dock="Right" Style="{StaticResource TangoToggleButtonGrayAccent}" HorizontalAlignment="Right" Width="90"></touch:TouchToggleSlider>
+ </DockPanel>
+
+ <DockPanel Margin="0 20 0 0" TextElement.FontSize="{StaticResource TangoDefaultFontSize}">
<TextBlock VerticalAlignment="Center">Always Start in Technician Mode</TextBlock>
<touch:TouchToggleSlider IsChecked="{Binding Settings.EnableTechnicianModeByDefault}" Margin="0 0 100 0" DockPanel.Dock="Right" Style="{StaticResource TangoToggleButtonGrayAccent}" HorizontalAlignment="Right" Width="90"></touch:TouchToggleSlider>
</DockPanel>