That works but that disable the entire system doesn’t ?
I will take that, but now I’m never going to use it.
I would rather just turn off the auto-grouping and not the entire thing !
Oh well, at least it CAN be disabled unlike those super annoying tab buttons like playmute and close !
By “auto-grouping” you mean that it groups when you drag and drop, but you still want it available in the context menu? You could set browser.tabs.dragDrop.createGroup.delayMS in about:config to a very high number - then you’ll have to hold one tab over the other for a long time before it actually offers to group them.
Thanks that would be fine as well, it was just a little too short that I was triggering it by accident
A value of
browser.tabs.dragDrop.createGroup.delayMS=1000
doesn’t get in the way
There’s an about:config setting. browser.tabs.groups.enabled.
That works but that disable the entire system doesn’t ?
I will take that, but now I’m never going to use it. I would rather just turn off the auto-grouping and not the entire thing !
Oh well, at least it CAN be disabled unlike those super annoying tab buttons like playmute and close !
By “auto-grouping” you mean that it groups when you drag and drop, but you still want it available in the context menu? You could set
browser.tabs.dragDrop.createGroup.delayMS
inabout:config
to a very high number - then you’ll have to hold one tab over the other for a long time before it actually offers to group them.Thanks that would be fine as well, it was just a little too short that I was triggering it by accident A value of browser.tabs.dragDrop.createGroup.delayMS=1000 doesn’t get in the way