Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt: Fix "Load Wii System Menu" being in the wrong place #6048

Merged
merged 1 commit into from Sep 10, 2017

Conversation

spycrab
Copy link
Contributor

@spycrab spycrab commented Sep 10, 2017

Pretty trivial change, fixes an oversight from #5977.

@lioncash lioncash merged commit a9b339f into dolphin-emu:master Sep 10, 2017
@@ -133,7 +133,7 @@ void MenuBar::AddToolsMenu()

// Label will be set by a NANDRefresh later
m_boot_sysmenu =
AddAction(gc_ipl, QStringLiteral(""), this, [this] { emit BootWiiSystemMenu(); });
AddAction(tools_menu, QStringLiteral(""), this, [this] { emit BootWiiSystemMenu(); });
m_import_backup = AddAction(gc_ipl, tr("Import BootMii NAND Backup..."), this,

This comment was marked as off-topic.

@spycrab spycrab deleted the qt_fix_tools branch September 10, 2017 14:32
@leoetlino leoetlino modified the milestone: Qt Sep 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants