From f31eae8e5fd1160f149bdedfef43aad880b007c3 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Tue, 15 Sep 2020 14:00:12 +0300 Subject: Set PPC power up dialog CanClose. --- Software/Visual_Studio/PPC/Tango.PPC.UI/Dialogs/PowerUpViewVM.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio') 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().PowerUpScreenTimeout.TotalSeconds; - CanClose = false; + CanClose = true; IsMinimalTemperature = true; IsTimeoutEnabled = true; _timer = new Timer(); -- cgit v1.3.1