diff options
| author | Avi Levkovich <avi@twine-s.com> | 2019-01-22 18:14:11 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2019-01-22 18:14:11 +0200 |
| commit | 62ccecef0b94ce85f5c2bdaee363b02534f6518a (patch) | |
| tree | 57fd8bf996571cc32b906bbc6063ba171d541894 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI | |
| parent | 39cd504e5ce5f12376a2f919bcaf569e27c61994 (diff) | |
| parent | bb9f7604e91b3803c23c2212a4854512de600717 (diff) | |
| download | Tango-62ccecef0b94ce85f5c2bdaee363b02534f6518a.tar.gz Tango-62ccecef0b94ce85f5c2bdaee363b02534f6518a.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/ConnectedMachineView.xaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/ConnectedMachineView.xaml b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/ConnectedMachineView.xaml index 2e2dd1285..c323ce0b0 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/ConnectedMachineView.xaml +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Views/ConnectedMachineView.xaml @@ -99,6 +99,8 @@ <ToggleButton IsChecked="{Binding UseKeepAlive}" HorizontalAlignment="Left"></ToggleButton> <TextBlock FontWeight="SemiBold" Text="Enable Events:" /> <ToggleButton IsChecked="{Binding EnableEventsNotification}" HorizontalAlignment="Left"></ToggleButton> + <TextBlock FontWeight="SemiBold" Text="Enable Application Logs:" /> + <ToggleButton IsChecked="{Binding EnableApplicationLogs}" HorizontalAlignment="Left"></ToggleButton> </controls:TableGrid> </DataTemplate> |
