Skip to content

Commit

Permalink
Update MainWindow.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Mar 19, 2024
1 parent 25fcd13 commit d2f4bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2288,7 +2288,7 @@ void MainWindow::RecreateMenu()
// help menu
wxMenu* helpMenu = new wxMenu();
m_check_update_menu = helpMenu->Append(MAINFRAME_MENU_ID_HELP_UPDATE, _("&Check for updates"));
#if BOOST_OS_LINUX || BOOST_OS_MACOS
#if BOOST_OS_MACOS // BOOST_OS_LINUX ||
m_check_update_menu->Enable(false);
#endif
helpMenu->Append(MAINFRAME_MENU_ID_HELP_GETTING_STARTED, _("&Getting started"));
Expand Down

0 comments on commit d2f4bd9

Please sign in to comment.