mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
Merge pull request #4821 from nextcloud/bugfix/opengl-context-failure
Fix crash: 'Failed to create OpenGL context'.
This commit is contained in:
commit
227e0ede23
1 changed files with 0 additions and 3 deletions
|
@ -58,9 +58,6 @@ void warnSystray()
|
|||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
qputenv("QTWEBENGINE_CHROMIUM_FLAGS", "--disable-gpu --no-sandbox");
|
||||
QCoreApplication::setAttribute(Qt::AA_UseSoftwareOpenGL, true);
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
SetDllDirectory(L"");
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue