MCPcopy Create free account
hub / github.com/VCVRack/Rack / loadTemplateDialog

Method loadTemplateDialog

src/patch.cpp:346–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344
345
346void Manager::loadTemplateDialog() {
347 if (!promptClear(string::translate("patch.loadTemplateConfirm"))) {
348 return;
349 }
350 loadTemplate();
351}
352
353
354bool Manager::hasAutosave() {

Callers 2

onHoverKeyMethod · 0.80
onActionMethod · 0.80

Calls 2

promptClearFunction · 0.85
translateFunction · 0.85

Tested by

no test coverage detected