aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2022-10-27 22:49:17 +0300
committerRoy <Roy.mail.net@gmail.com>2022-10-27 22:49:17 +0300
commit6ee46ce4dcc509248afddc83853cdec3bb74fcd4 (patch)
treecb3673d016767e433ec14d16bac6f37f81db306f /Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views
parent1383a3210016e5f9c14aa232cd9bd53005774483 (diff)
downloadTango-6ee46ce4dcc509248afddc83853cdec3bb74fcd4.tar.gz
Tango-6ee46ce4dcc509248afddc83853cdec3bb74fcd4.zip
Added enable remote job upload to PPC settings.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.MachineSettings/Views/MainView.xaml5
1 files changed, 4 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 557ee8a8f..3dee81192 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
@@ -91,7 +91,7 @@
<DockPanel Margin="10 -50 0 0">
<touch:TouchIcon VerticalAlignment="Top" Icon="InformationOutline" Foreground="{StaticResource TangoGrayTextBrush}"></touch:TouchIcon>
<TextBlock Margin="10 0 0 0" VerticalAlignment="Top" TextWrapping="Wrap" FontSize="{StaticResource TangoSmallFontSize}" Foreground="{StaticResource TangoGrayTextBrush}">
- Enabling the external bridge service allows external Twine applications to interact with this machine over the local network.
+ Enabling the external bridge service allows external Twine applications to interact with this machine over the network.
</TextBlock>
</DockPanel>
</StackPanel>
@@ -169,6 +169,9 @@
<TextBlock VerticalAlignment="Bottom">Use Light Inks When Possible</TextBlock>
<touch:TouchToggleSlider Style="{StaticResource TangoToggleButtonGrayAccent}" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="90" IsChecked="{Binding UseLightInks}" KeyboardNavigation.TabNavigation ="None" IsTabStop="False"></touch:TouchToggleSlider>
+
+ <TextBlock VerticalAlignment="Bottom">Enable Remote Job Upload</TextBlock>
+ <touch:TouchToggleSlider Style="{StaticResource TangoToggleButtonGrayAccent}" VerticalAlignment="Bottom" HorizontalAlignment="Right" Width="90" IsChecked="{Binding Settings.EnableRemoteJobUpload}" KeyboardNavigation.TabNavigation ="None" IsTabStop="False"></touch:TouchToggleSlider>
</controls:TableGrid>
<DockPanel Margin="10 -50 0 0">