From c338e69e9b60ddb71102a6b11058912dd06d5018 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 26 Nov 2018 13:12:10 +0200 Subject: Import job & update completed with dialogs! --- .../PPC/Modules/Tango.PPC.Storage/ViewModels/MainViewVM.cs | 5 +++++ 1 file changed, 5 insertions(+) (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 05316d1f6..3882fb486 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 @@ -72,6 +72,11 @@ namespace Tango.PPC.Storage.ViewModels { CurrentPath = null; CurrentPath = StorageProvider.Drive.RootDirectory.FullName; + + if (Request.Intent == StorageNavigationIntent.SaveFile) + { + View.EditFileName(); + } } else { -- cgit v1.3.1