|
@@ -774,6 +774,10 @@ struct LibraryMenu : ui::Menu { |
|
|
library::logOut(); |
|
|
library::logOut(); |
|
|
})); |
|
|
})); |
|
|
|
|
|
|
|
|
|
|
|
addChild(createMenuItem("Account settings", "", [=]() { |
|
|
|
|
|
system::openBrowser("https://vcvrack.com/account"); |
|
|
|
|
|
})); |
|
|
|
|
|
|
|
|
addChild(createMenuItem("Browse VCV Library", "", [=]() { |
|
|
addChild(createMenuItem("Browse VCV Library", "", [=]() { |
|
|
system::openBrowser("https://library.vcvrack.com/"); |
|
|
system::openBrowser("https://library.vcvrack.com/"); |
|
|
})); |
|
|
})); |
|
|