Core: Hide macro toolbar by default.

This commit is contained in:
Paddle
2023-11-28 11:56:52 +01:00
committed by wwmayer
parent f4b0a8160c
commit 89b9a21db5

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