Browse Source

Don't close Rack when user clicks "Help > Update Rack" menu item.

tags/v2.0.4
Andrew Belt 3 years ago
parent
commit
5861aeb843
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/app/MenuBar.cpp

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

@@ -831,7 +831,6 @@ struct HelpButton : MenuButton {

menu->addChild(createMenuItem("Update " + APP_NAME, APP_VERSION + " → " + library::appVersion, [=]() {
system::openBrowser(library::appDownloadUrl);
APP->window->close();
}));

menu->addChild(createMenuItem("Review changelog", "", [=]() {


Loading…
Cancel
Save