Update submodules; Add link to patchstorage platform in menu
This commit is contained in:
parent
4979ef7b31
commit
46acfbf2d1
4 changed files with 9 additions and 3 deletions
|
@ -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/");
|
||||
}));
|
||||
}));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue