diff --git a/src/app/MenuBar.cpp b/src/app/MenuBar.cpp index 03fbc9c0..930f01bd 100644 --- a/src/app/MenuBar.cpp +++ b/src/app/MenuBar.cpp @@ -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", "", [=]() {