Skip to content

Commit

Permalink
Fix broken suspendTabsUntilReady for Chromium-based browsers
Browse files Browse the repository at this point in the history
Related feedback:
- a0a9497#commitcomment-62560291

Regression from following commit:
- 80b758e
  • Loading branch information
gorhill committed Dec 28, 2021
1 parent 57e660e commit 869c06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ const onHiddenSettingsReady = async function() {
if ( µb.hiddenSettings.suspendTabsUntilReady === 'no' ) {
vAPI.net.unsuspend(true);
} else if ( µb.hiddenSettings.suspendTabsUntilReady === 'yes' ) {
vAPI.net.suspend();
vAPI.net.suspend(true);
}

// Maybe disable WebAssembly
Expand Down

0 comments on commit 869c06d

Please sign in to comment.