diff --git a/src/app/MenuBar.cpp b/src/app/MenuBar.cpp index 915ad828..0befc13e 100644 --- a/src/app/MenuBar.cpp +++ b/src/app/MenuBar.cpp @@ -774,6 +774,10 @@ struct LibraryMenu : ui::Menu { library::logOut(); })); + addChild(createMenuItem("Account settings", "", [=]() { + system::openBrowser("https://vcvrack.com/account"); + })); + addChild(createMenuItem("Browse VCV Library", "", [=]() { system::openBrowser("https://library.vcvrack.com/"); }));