GUI: Remove Edit Mode from File toolbar (#7570)

See poll at https://forum.freecadweb.org/viewtopic.php?f=8&t=71925

Co-authored-by: Paddle <PaddleStroke@users.noreply.github.com>
This commit is contained in:
PaddleStroke
2022-10-07 18:06:01 +02:00
committed by GitHub
parent 8ef96bb9fe
commit 0f29e914bd

View File

@@ -765,7 +765,7 @@ ToolBarItem* StdWorkbench::setupToolBars() const
file->setCommand("File");
*file << "Std_New" << "Std_Open" << "Std_Save" << "Std_Print" << "Separator" << "Std_Cut"
<< "Std_Copy" << "Std_Paste" << "Separator" << "Std_Undo" << "Std_Redo" << "Separator"
<< "Std_UserEditMode" << "Separator" << "Std_Refresh" << "Separator" << "Std_WhatsThis";
<< "Std_Refresh" << "Separator" << "Std_WhatsThis";
// Workbench switcher
auto wb = new ToolBarItem( root );