From 3f22291740c0ac631a655495f6198dbf18be2de2 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 27 Nov 2019 19:10:18 +0200 Subject: A lot of work !!! --- .../Visual_Studio/PPC/Modules/Tango.PPC.Storage/ViewModels/MainViewVM.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/ViewModels') diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/ViewModels/MainViewVM.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/ViewModels/MainViewVM.cs index 507110942..8c166379e 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/ViewModels/MainViewVM.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/ViewModels/MainViewVM.cs @@ -199,6 +199,7 @@ namespace Tango.PPC.Storage.ViewModels private void OnSaveCommand() { + _allow_exit = true; _selectedItem = new ExplorerFileItem() { Path = CurrentPath + "\\" + FileName, -- cgit v1.3.1