eoger / tabcenter-redux

Vertical Tabs extension for Firefox
Mozilla Public License 2.0
381 stars 67 forks source link

Add support for closing tab with double-click #327

Closed Keith94 closed 6 years ago

Keith94 commented 6 years ago

Bug 1435142 was fixed, so now we can close a tab by double-clicking on it. Feature is controlled via the browser.tabs.closeTabByDblclick pref. So, I think TCR should have that feature too.

eoger commented 6 years ago

browser.browserSettings.closeTabsByDoubleClick exposes that setting to webextensions. I'd be happy to mentor someone to work on this!