diff --git a/src/wx/cmdevents.cpp b/src/wx/cmdevents.cpp index a2b8136f..70157cba 100644 --- a/src/wx/cmdevents.cpp +++ b/src/wx/cmdevents.cpp @@ -2630,6 +2630,7 @@ EVT_HANDLER(LinkProto, "Local host IPC") { #ifndef NO_LINK GetMenuOptionConfig("LinkProto", config::OptionID::kGBALinkProto); + EnableNetworkMenu(); #endif } @@ -2643,7 +2644,6 @@ EVT_HANDLER(LinkConfigure, "Link options...") SetLinkTimeout(gopts.link_timeout); update_opts(); - EnableNetworkMenu(); #endif }