opt: click audio link before the page has been loaded completely.

This commit is contained in:
Xiao YiFang 2022-07-10 12:55:27 +08:00
parent 30f3b64deb
commit bbf562911a

View file

@ -39,8 +39,8 @@ void WebUrlRequestInterceptor::interceptRequest( QWebEngineUrlRequestInfo &info)
{
return;
}
// emit linkClicked( info.requestUrl() );
// info.block(true);
emit linkClicked( info.requestUrl() );
info.block(true);
}
//window.location=audio link