mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Qt: Add "Start NetPlay" option to the menubar
This commit is contained in:
@ -88,6 +88,9 @@ void MenuBar::AddToolsMenu()
|
||||
QMenu* tools_menu = addMenu(tr("&Tools"));
|
||||
m_wad_install_action = tools_menu->addAction(tr("Install WAD..."), this, &MenuBar::InstallWAD);
|
||||
|
||||
tools_menu->addAction(tr("Start NetPlay..."), this, &MenuBar::StartNetPlay);
|
||||
tools_menu->addSeparator();
|
||||
|
||||
// Label will be set by a NANDRefresh later
|
||||
m_boot_sysmenu = tools_menu->addAction(QStringLiteral(""), [this] { emit BootWiiSystemMenu(); });
|
||||
m_boot_sysmenu->setEnabled(false);
|
||||
|
Reference in New Issue
Block a user