Skip to content

Improve handling of reducing the tab limit

Eugene Popov requested to merge (removed):tablimit_handling into master

Currently, reducing the tab limit just closes the N tabs on the right, even if the current tab is among them. This MR makes it close the N least used tabs instead.

Merge request reports