aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-09-15 14:00:12 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-09-15 14:00:12 +0300
commitf31eae8e5fd1160f149bdedfef43aad880b007c3 (patch)
tree4ce577ed36238845df35138d69ec068bb3cb6d4b /Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs
parente3fd35091a433538384b2c1461820694eb0ec6b2 (diff)
downloadTango-f31eae8e5fd1160f149bdedfef43aad880b007c3.tar.gz
Tango-f31eae8e5fd1160f149bdedfef43aad880b007c3.zip
Set PPC power up dialog CanClose.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/PowerUpViewVM.cs2
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();