Fix broken `suspendTabsUntilReady` for Chromium-based browsers

Related feedback:
- a0a9497b4a (commitcomment-62560291)

Regression from following commit:
- 80b758e18d
This commit is contained in:
Raymond Hill 2021-12-27 19:08:17 -05:00
parent 57e660e39b
commit 869c06d4ee
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 1 deletions

View File

@ -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