mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
opt: click audio link before the page has been loaded completely.
This commit is contained in:
parent
30f3b64deb
commit
bbf562911a
|
@ -39,8 +39,8 @@ void WebUrlRequestInterceptor::interceptRequest( QWebEngineUrlRequestInfo &info)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// emit linkClicked( info.requestUrl() );
|
emit linkClicked( info.requestUrl() );
|
||||||
// info.block(true);
|
info.block(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
//window.location=audio link
|
//window.location=audio link
|
||||||
|
|
Loading…
Reference in a new issue