Start: Used BIM icon instead of Arch

This commit is contained in:
Yorik van Havre
2024-05-02 12:34:35 +02:00
committed by Yorik van Havre
parent b0501884f2
commit f58e1120df

View File

@@ -192,7 +192,7 @@ void StartView::configureNewFileButtons(QLayout* layout) const
QLatin1String(":/icons/DraftWorkbench.svg")});
auto arch = createNewButton({tr("BIM/Architecture"),
tr("Create an architectural project"),
QLatin1String(":/icons/ArchWorkbench.svg")});
QLatin1String(":/icons/BIMWorkbench.svg")});
auto hGrp = App::GetApplication().GetParameterGroupByPath(
"User parameter:BaseApp/Preferences/Mod/Start");