This commit is contained in:
Martin Rotter 2024-03-25 08:20:04 +01:00
parent 9e8619d86d
commit 43ffeed391
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ QByteArray WebEngineViewer::getJsEnabledHtml(const QString& url, bool worker_thr
page->deleteLater();
viewer->close();
IOFactory::writeFile("a.html", html.toUtf8());
// IOFactory::writeFile("a.html", html.toUtf8());
return html.toUtf8();
}