DolphinQt: Properly hide Wii remote extension motion tabs when no extension is selected.

This commit is contained in:
Jordan Woyak 2020-01-13 18:29:37 -06:00
parent efc1ee8e6a
commit f5d9b78a3c
1 changed files with 2 additions and 0 deletions

View File

@ -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: