projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feffc25
)
Fix crash: 'Failed to create OpenGL context'.
author
allexzander
<blackslayer4@gmail.com>
Fri, 5 Aug 2022 13:29:21 +0000
(16:29 +0300)
committer
allexzander
<blackslayer4@gmail.com>
Fri, 5 Aug 2022 13:29:21 +0000
(16:29 +0300)
Signed-off-by: allexzander <blackslayer4@gmail.com>
src/gui/main.cpp
patch
|
blob
|
history
diff --git
a/src/gui/main.cpp
b/src/gui/main.cpp
index 5ef836f01dd5560b05cc44476789196f5cfc35d6..8b95de13888bbbf36f5242ccc974bd42c8b30b9e 100644
(file)
--- a/
src/gui/main.cpp
+++ b/
src/gui/main.cpp
@@
-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