osdc/TabuRei

Ignore the Tab Manager Tab while collapsing?

Closed this issue ยท 4 comments

Currently, when the current set of tabs are collapsed, the tab manager tab is also saved.
I think that tab could be ignored while collapsing?

Nice Catch. Thanks for pointing this out ๐Ÿ˜ƒ We are currently filtering out about pages, maybe we could filter out moz-extension pages too ๐Ÿค”

Yup! That'll do it. I'll make a PR for it in a few days

@JRavi2 I think it'll make more sense to just filter out the TuabuRei tab instead of all the moz-extensions (someone might have another extension opened for something useful). So just check for the TabuRei tab and filter that out while collapsing.

Yeah, you're right, that would also decrease the dependency on the type of browser!