System Info: correct title in background mode

This commit is contained in:
Campbell Barton
2024-03-21 14:10:50 +11:00
parent 24be7bd99e
commit 98fed4f50c

View File

@@ -181,7 +181,7 @@ def write_sysinfo(filepath):
output.write("SDL: Blender was built without SDL support\n")
if bpy.app.background:
output.write("\nOpenGL: missing, background mode\n")
output.write("\nGPU: missing, background mode\n")
else:
output.write(title("GPU"))
output.write("renderer:\t%r\n" % gpu.platform.renderer_get())