Core: Hide macro toolbar by default.

This commit is contained in:
Paddle
2023-11-28 11:56:52 +01:00
committed by wwmayer
parent 19dfea4783
commit aa9708b46e

View File

@@ -802,7 +802,7 @@ ToolBarItem* StdWorkbench::setupToolBars() const
}
// Macro
auto macro = new ToolBarItem( root );
auto macro = new ToolBarItem( root, ToolBarItem::DefaultVisibility::Hidden);
macro->setCommand("Macro");
*macro << "Std_DlgMacroRecord" << "Std_DlgMacroExecute"
<< "Std_DlgMacroExecuteDirect";