mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 07:28:38 +00:00
Fix #5247. Fix typo when opening drawing web UI.
This commit is contained in:
@@ -2937,5 +2937,5 @@ class OpenDocumentationWebUi(bpy.types.Operator):
|
|||||||
if not context.scene.WebProperties.is_connected:
|
if not context.scene.WebProperties.is_connected:
|
||||||
bpy.ops.bim.connect_websocket_server(page="documentation")
|
bpy.ops.bim.connect_websocket_server(page="documentation")
|
||||||
else:
|
else:
|
||||||
bpy.ops.bim.bim.open_web_browser(page="documentation")
|
bpy.ops.bim.open_web_browser(page="documentation")
|
||||||
return {"FINISHED"}
|
return {"FINISHED"}
|
||||||
|
|||||||
Reference in New Issue
Block a user