File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
<OutputType >WinExe</OutputType >
9
9
<RootNamespace >ProcessLauncher</RootNamespace >
10
10
<AssemblyName >ProcessLauncher</AssemblyName >
11
- <TargetFrameworkVersion >v4.8 </TargetFrameworkVersion >
11
+ <TargetFrameworkVersion >v4.6.1 </TargetFrameworkVersion >
12
12
<FileAlignment >512</FileAlignment >
13
13
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
14
<Deterministic >true</Deterministic >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<configuration >
3
- <startup ><supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.7.2 " /></startup ></configuration >
3
+ <startup ><supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.6.1 " /></startup ></configuration >
Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ protected override void OnNavigatedTo(NavigationEventArgs eventArgs)
75
75
App . PS . isEnabled = false ;
76
76
( App . CurrentInstance . OperationsControl as RibbonArea ) . RibbonViewModel . AlwaysPresentCommands . isEnabled = false ;
77
77
( App . CurrentInstance . OperationsControl as RibbonArea ) . RibbonViewModel . LayoutItems . isEnabled = false ;
78
+ App . CurrentInstance . NavigationControl . CanGoBack = App . CurrentInstance . ContentFrame . CanGoBack ;
79
+ App . CurrentInstance . NavigationControl . CanGoForward = App . CurrentInstance . ContentFrame . CanGoForward ;
78
80
App . CurrentInstance . NavigationControl . CanNavigateToParent = false ;
79
81
// Clear the path UI and replace with Favorites
80
82
App . CurrentInstance . NavigationControl . PathComponents . Clear ( ) ;
You can’t perform that action at this time.
0 commit comments