diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-09-15 14:00:12 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-09-15 14:00:12 +0300 |
| commit | f31eae8e5fd1160f149bdedfef43aad880b007c3 (patch) | |
| tree | 4ce577ed36238845df35138d69ec068bb3cb6d4b /Software/Visual_Studio/PPC | |
| parent | e3fd35091a433538384b2c1461820694eb0ec6b2 (diff) | |
| download | Tango-f31eae8e5fd1160f149bdedfef43aad880b007c3.tar.gz Tango-f31eae8e5fd1160f149bdedfef43aad880b007c3.zip | |
Set PPC power up dialog CanClose.
Diffstat (limited to 'Software/Visual_Studio/PPC')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/PowerUpViewVM.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/PowerUpViewVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/PowerUpViewVM.cs index 413b8453d..ec4b3bb2b 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/PowerUpViewVM.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/PowerUpViewVM.cs @@ -86,7 +86,7 @@ namespace Tango.PPC.UI.Dialogs public PowerUpViewVM() { RemainingSeconds = (int)SettingsManager.Default.GetOrCreate<PPCSettings>().PowerUpScreenTimeout.TotalSeconds; - CanClose = false; + CanClose = true; IsMinimalTemperature = true; IsTimeoutEnabled = true; _timer = new Timer(); |
