Handle example/demo patches as templates

Closes #270

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-06-30 19:42:01 +01:00
parent 0de51ecba8
commit a37016969d
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 10 additions and 4 deletions

View file

@ -176,7 +176,7 @@ struct FileButton : MenuButton {
}
menu->addChild(createMenuItem(label, "", [path]() {
patchUtils::loadPathDialog(path);
patchUtils::loadPathDialog(path, true);
}));
}
}));