aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-09-30 12:02:45 +0300
committerAvi Levkovich <avi@twine-s.com>2020-09-30 12:02:45 +0300
commit5ba1c2b05033d2ffddf394dd1ed7067eaff1c5bc (patch)
tree8f32c9ab05518429e3b6a52e78b82229f276397f /Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs
parentb2420e1b64c155020bd8b9355ea1135f6e4a9b36 (diff)
parent4748b626794f346d6c7989413fe76d609966cdf9 (diff)
downloadTango-5ba1c2b05033d2ffddf394dd1ed7067eaff1c5bc.tar.gz
Tango-5ba1c2b05033d2ffddf394dd1ed7067eaff1c5bc.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
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();