mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
[Pale-Moon] Issue #1772 - Follow-up: properly reference restoreOnDemand (oops!)
This commit is contained in:
parent
f08ee332d7
commit
ce9a763cdb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue