File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/Files.App/UserControls/TabBar Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ public void CloseTab(TabBarItem tabItem)
139139 tabItem ? . Unload ( ) ;
140140
141141 // Dispose and save tab arguments
142- RecentlyClosedTabs . Push ( new CustomTabViewItemParameter [ ]
142+ PushRecentTab ( new CustomTabViewItemParameter [ ]
143143 {
144144 tabItem . NavigationParameter ,
145145 } ) ;
Original file line number Diff line number Diff line change 5050 Text=" {x:Bind Commands.CloseOtherTabsSelected.Label}" />
5151 <MenuFlyoutItem
5252 Command=" {x:Bind Commands.ReopenClosedTab}"
53- IsEnabled=" {x:Bind Commands.ReopenClosedTab.IsExecutable}"
5453 KeyboardAcceleratorTextOverride=" {x:Bind Commands.ReopenClosedTab.HotKeyText, Mode=OneWay}"
5554 Text=" {x:Bind Commands.ReopenClosedTab.Label}" />
5655 </MenuFlyout >
You can’t perform that action at this time.
0 commit comments