Update submodules; Add link to patchstorage platform in menu

This commit is contained in:
falkTX 2022-07-22 15:12:14 +01:00
parent 4979ef7b31
commit 46acfbf2d1
4 changed files with 9 additions and 3 deletions

View file

@ -215,6 +215,12 @@ struct FileButton : MenuButton {
patchUtils::loadPathDialog(path, true);
}));
}
menu->addChild(new ui::MenuSeparator);
menu->addChild(createMenuItem("Open PatchStorage.com for more patches", "", []() {
patchUtils::openBrowser("https://patchstorage.com/platform/cardinal/");
}));
}));
}