Skip to content

Commit

Permalink
Merge pull request #45 from fredldotme/openglcontexts
Browse files Browse the repository at this point in the history
main: Reenable shared OpenGL contexts
  • Loading branch information
mateosalta authored Feb 24, 2023
2 parents 523099b + a4e991a commit df75e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ int main(int argc, char** argv) {
QGuiApplication::setOrganizationName("youtube-web.mateo-salta");
QGuiApplication::setApplicationName("youtube-web.mateo-salta");
QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
//QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts);
QGuiApplication::setAttribute(Qt::AA_ShareOpenGLContexts);

//qputenv("QTWEBENGINE_CHROMIUM_FLAGS", "");

Expand Down

0 comments on commit df75e96

Please sign in to comment.