Skip to content

Commit 869c06d

Browse files
committed
Fix broken suspendTabsUntilReady for Chromium-based browsers
Related feedback: - a0a9497#commitcomment-62560291 Regression from following commit: - 80b758e
1 parent 57e660e commit 869c06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ const onHiddenSettingsReady = async function() {
286286
if ( µb.hiddenSettings.suspendTabsUntilReady === 'no' ) {
287287
vAPI.net.unsuspend(true);
288288
} else if ( µb.hiddenSettings.suspendTabsUntilReady === 'yes' ) {
289-
vAPI.net.suspend();
289+
vAPI.net.suspend(true);
290290
}
291291

292292
// Maybe disable WebAssembly

0 commit comments

Comments
 (0)