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