diff --git a/src/app/MenuBar.cpp b/src/app/MenuBar.cpp index 30b3e3a1..8f9ade8c 100644 --- a/src/app/MenuBar.cpp +++ b/src/app/MenuBar.cpp @@ -101,14 +101,14 @@ struct FileButton : MenuButton { APP->patch->saveAsDialog(false); })); - menu->addChild(createMenuItem("Save template", "", []() { - APP->patch->saveTemplateDialog(); - })); - menu->addChild(createMenuItem("Revert", RACK_MOD_CTRL_NAME "+" RACK_MOD_SHIFT_NAME "+O", []() { APP->patch->revertDialog(); }, APP->patch->path == "")); + menu->addChild(createMenuItem("Overwrite template", "", []() { + APP->patch->saveTemplateDialog(); + })); + menu->addChild(new ui::MenuSeparator); // Load selection