diff --git a/application/palemoon/components/sessionstore/SessionStore.jsm b/application/palemoon/components/sessionstore/SessionStore.jsm index 23fdac3f81..0c3e8f134c 100644 --- a/application/palemoon/components/sessionstore/SessionStore.jsm +++ b/application/palemoon/components/sessionstore/SessionStore.jsm @@ -3240,7 +3240,7 @@ var SessionStoreInternal = { // but only if restoring on demand, to prevent request flooding (since // reloading will override the max tabs to restore concurrently mechanism). // See Issue #1772 - if (restoreOnDemand) { + if (TabRestoreQueue.prefs.restoreOnDemand) { let flags = Ci.nsIWebNavigation.LOAD_FLAGS_NONE; switch (this._cacheBehavior) { case 2: // hard refresh