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)
139
139
tabItem ? . Unload ( ) ;
140
140
141
141
// Dispose and save tab arguments
142
- RecentlyClosedTabs . Push ( new CustomTabViewItemParameter [ ]
142
+ PushRecentTab ( new CustomTabViewItemParameter [ ]
143
143
{
144
144
tabItem . NavigationParameter ,
145
145
} ) ;
Original file line number Diff line number Diff line change 50
50
Text=" {x:Bind Commands.CloseOtherTabsSelected.Label}" />
51
51
<MenuFlyoutItem
52
52
Command=" {x:Bind Commands.ReopenClosedTab}"
53
- IsEnabled=" {x:Bind Commands.ReopenClosedTab.IsExecutable}"
54
53
KeyboardAcceleratorTextOverride=" {x:Bind Commands.ReopenClosedTab.HotKeyText, Mode=OneWay}"
55
54
Text=" {x:Bind Commands.ReopenClosedTab.Label}" />
56
55
</MenuFlyout >
You can’t perform that action at this time.
0 commit comments