diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-05-01 13:06:41 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-05-01 13:06:41 +0300 |
| commit | facb4fd1efd3f14ee7256dc09882b0330cc7ab7f (patch) | |
| tree | 75226f2d2b1cd837a77bd691876b3faef78d48a0 /Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI | |
| parent | 6b3aa886b9db72881abb1f45fda7b28ab5c6ab03 (diff) | |
| download | Tango-facb4fd1efd3f14ee7256dc09882b0330cc7ab7f.tar.gz Tango-facb4fd1efd3f14ee7256dc09882b0330cc7ab7f.zip | |
Eureka adjustments.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindow.xaml | 1 | ||||
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindow.xaml b/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindow.xaml index 5697f2027..1c730bd9f 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindow.xaml +++ b/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindow.xaml @@ -57,6 +57,7 @@ <ComboBox Margin="20 0 0 0" SelectedItem="{Binding Options.BuildConfig}" SelectedIndex="0"> <sys:String>Release</sys:String> <sys:String>Debug</sys:String> + <sys:String>Eureka</sys:String> </ComboBox> </DockPanel> diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs index 983845673..39d8c9b18 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/MainWindowVM.cs @@ -145,6 +145,7 @@ namespace Tango.PPC.Publisher.UI Options = settings.Options; _publisher = new PPCPublisher(Options); + _publisher.IsEureka = IsEureka; _publisher.PublishProgress += _publisher_PublishProgress; |
