diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2022-02-08 15:37:45 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2022-02-08 15:37:45 +0200 |
| commit | 0b1ccdc519104818e9243109ca9bbc1f5fb8532d (patch) | |
| tree | fe7337b8d3b586f92239d5b8ad4ea20eca9df8ca /Software/Visual_Studio/MachineStudio | |
| parent | bc25195159b4dd29eb71be7d746688036f9e8292 (diff) | |
| download | Tango-0b1ccdc519104818e9243109ca9bbc1f5fb8532d.tar.gz Tango-0b1ccdc519104818e9243109ca9bbc1f5fb8532d.zip | |
Added deployment slot to MS title.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoginViewVM.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoginViewVM.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoginViewVM.cs index f4645ecf2..7fa79984b 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoginViewVM.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoginViewVM.cs @@ -279,6 +279,12 @@ namespace Tango.MachineStudio.UI.ViewModels ShowLoggingDetails = true; IsChangingPassword = false; InvalidateRelayCommands(); + + InvokeUI(() => + { + MainWindow.Instance.Title += $" - {_settings.DeploymentSlot}"; + }); + }); } catch (Exception ex) |
