better flatpak update
detection
This commit is contained in:
parent
47d62a1fa4
commit
eb46007d30
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ fn flatpak_nvidia(log: &str) -> Issue {
|
|||
);
|
||||
|
||||
let found = log.contains("org.lwjgl.LWJGLException: Could not choose GLX13 config")
|
||||
|| log.contains("GLFW error 65545: GLX: Failed to find a suitable GLXFBConfig");
|
||||
|| log.contains("GLX: Failed to find a suitable GLXFBConfig");
|
||||
|
||||
found.then_some(issue)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue