mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
remove donate button from bonsai preferences #4373
As per Blender request, see https://extensions.blender.org/approval-queue/bonsai/#activity-2480
This commit is contained in:
@@ -275,8 +275,6 @@ class BIM_ADDON_preferences(bpy.types.AddonPreferences):
|
||||
icon="ERROR",
|
||||
)
|
||||
|
||||
row = layout.row()
|
||||
row.operator("bim.open_upstream", text="Help Donate to Fund Development!", icon="FUND").page = "fund"
|
||||
row = layout.row()
|
||||
row.operator("bim.open_upstream", text="Visit Homepage").page = "home"
|
||||
row.operator("bim.open_upstream", text="Visit Documentation").page = "docs"
|
||||
|
||||
Reference in New Issue
Block a user