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 d6ae8a4277
commit 23fc3bb5bc

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");