mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 22:49:00 +01:00
Merge pull request #8559 from jordan-woyak/nunchuk-tabs-fix
DolphinQt: Properly hide Wii remote extension motion tabs when no extension is selected.
This commit is contained in:
commit
9596fe75f1
@ -360,6 +360,8 @@ void MappingWindow::SetMappingType(MappingWindow::Type type)
|
||||
AddWidget(EXTENSION_MOTION_SIMULATION_TAB_NAME, extension_motion_simulation);
|
||||
m_extension_motion_input_tab =
|
||||
AddWidget(EXTENSION_MOTION_INPUT_TAB_NAME, extension_motion_input);
|
||||
// Hide tabs by default. "Nunchuk" selection triggers an event to show them.
|
||||
ShowExtensionMotionTabs(false);
|
||||
break;
|
||||
}
|
||||
case Type::MAPPING_HOTKEYS:
|
||||
|
Loading…
x
Reference in New Issue
Block a user