Core: Add a command to add variable sets

This commit is contained in:
Pieter Hijma
2024-03-27 17:32:10 +01:00
parent b5b4b0cba9
commit cb379dbe05
2 changed files with 36 additions and 2 deletions

View File

@@ -822,7 +822,7 @@ ToolBarItem* StdWorkbench::setupToolBars() const
// Structure
auto structure = new ToolBarItem( root );
structure->setCommand("Structure");
*structure << "Std_Part" << "Std_Group" << "Std_LinkActions";
*structure << "Std_Part" << "Std_Group" << "Std_LinkActions" << "Std_VarSet";
// Help
auto help = new ToolBarItem( root );