Remove misleading load project button in new project wizard.

Previously there were subtle differences and two ways to load projects which is bad UX.
This commit is contained in:
Dion Moult
2024-07-30 23:57:09 +10:00
parent 27a2c94b4a
commit 081b3fcf33
@@ -299,9 +299,8 @@ class BIM_PT_new_project_wizard(Panel):
row.prop(props, "volume_unit", text="Volume Unit")
prop_with_search(self.layout, pprops, "template_file", text="Template")
row = self.layout.row(align=True)
row = self.layout.row()
row.operator("bim.create_project")
row.operator("bim.load_project").should_start_fresh_session = False
class BIM_PT_project_library(Panel):