Merge pull request #518 from Infocatcher/correct_groups
Correctly detect group tabs
This commit is contained in:
commit
6e7e6a96a4
@ -2193,7 +2193,7 @@ var TreeStyleTabBase = {
|
||||
{
|
||||
return (
|
||||
(aLazyCheck || aTab.linkedBrowser.sessionHistory.count == 1) &&
|
||||
aTab.linkedBrowser.currentURI.spec.indexOf('about:treestyletab-group') > -1
|
||||
aTab.linkedBrowser.currentURI.spec.indexOf('about:treestyletab-group') == 0
|
||||
);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user