Skip to content

Commit

Permalink
no qml software rendering
Browse files Browse the repository at this point in the history
not going to work anyway

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
  • Loading branch information
mgallien committed Jun 17, 2022
1 parent 0daeb60 commit 9b4e6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ int main(int argc, char **argv)
{
qputenv("QTWEBENGINE_CHROMIUM_FLAGS", "--disable-gpu --enable-logging --log-level=0 --v=1 --no-sandbox");
QCoreApplication::setAttribute(Qt::AA_UseSoftwareOpenGL, true);
QQuickWindow::setSceneGraphBackend(QSGRendererInterface::Software);
//QQuickWindow::setSceneGraphBackend(QSGRendererInterface::Software);

#ifdef Q_OS_WIN
SetDllDirectory(L"");
Expand Down

0 comments on commit 9b4e6d9

Please sign in to comment.