better flatpak update detection

This commit is contained in:
maskers 2025-05-17 20:30:11 +03:00
parent 47d62a1fa4
commit eb46007d30

View file

@ -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)
}