File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ public void LoadDefaultPage()
139139 "installed" => PageType . Installed ,
140140 "bundles" => PageType . Bundles ,
141141 "settings" => PageType . Settings ,
142+ "ophist" => PageType . AdvancedOperationHistory ,
142143 _ => MainApp . Tooltip . AvailableUpdates > 0 ? PageType . Updates : PageType . Discover
143144 } ;
144145 NavigateTo ( type ) ;
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ public SettingsPage()
103103 StartupPageSelector . AddItem ( CoreTools . AutoTranslated ( "Installed Packages" ) , "installed" ) ;
104104 StartupPageSelector . AddItem ( CoreTools . AutoTranslated ( "Package Bundles" ) , "bundles" ) ;
105105 StartupPageSelector . AddItem ( CoreTools . AutoTranslated ( "Settings" ) , "settings" ) ;
106+ StartupPageSelector . AddItem ( CoreTools . AutoTranslated ( "Operation History" ) , "ophist" ) ;
106107 StartupPageSelector . ShowAddedItems ( ) ;
107108
108109 for ( int i = 1 ; i <= 10 ; i ++ )
You can’t perform that action at this time.
0 commit comments