Browse Source

Fix manage plugins URL

pull/1639/head
Andrew Belt 7 years ago
parent
commit
11c6c2f6fd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/app/PluginManagerWidget.cpp

+ 1
- 1
src/app/PluginManagerWidget.cpp View File

@@ -39,7 +39,7 @@ struct StatusLabel : Label {
struct ManageButton : Button { struct ManageButton : Button {
void onAction(EventAction &e) override { void onAction(EventAction &e) override {
std::thread t([&]() { std::thread t([&]() {
systemOpenBrowser("https://vcvrack.com/");
systemOpenBrowser("https://vcvrack.com/plugins.html");
}); });
t.detach(); t.detach();
} }


Loading…
Cancel
Save