Browse Source

Add "Library > Account settings" menu item.

tags/v2.4.0
Andrew Belt 1 year ago
parent
commit
54411c43cd
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/app/MenuBar.cpp

+ 4
- 0
src/app/MenuBar.cpp View File

@@ -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/");
}));


Loading…
Cancel
Save