the pref was inverted
This commit is contained in:
parent
568a1703bf
commit
f449db9a6f
@ -1896,7 +1896,7 @@ TreeStyleTabBrowser.prototype = {
|
|||||||
{
|
{
|
||||||
if (
|
if (
|
||||||
!window.__SS_tabsToRestore ||
|
!window.__SS_tabsToRestore ||
|
||||||
this.getTreePref('restoreTreeOnStartup')
|
!this.getTreePref('restoreTreeOnStartup')
|
||||||
)
|
)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user