Skip to content

Commit

Permalink
helps to update more frequently so we don't see drastic listview load…
Browse files Browse the repository at this point in the history
… times
  • Loading branch information
leonMSFT committed Oct 16, 2020
1 parent 6410144 commit 0e6eb0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cascadia/TerminalApp/TerminalPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2587,6 +2587,7 @@ namespace winrt::TerminalApp::implementation
{
_mruTabs.RemoveAt(mruIndex);
_mruTabs.InsertAt(0, _tabs.GetAt(index));
_UpdateTabSwitcherActions(true);
}
}

Expand Down

1 comment on commit 0e6eb0f

@github-actions

This comment was marked as resolved.

Please sign in to comment.