mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-11 18:50:58 +02:00
Merge pull request #13760 from jordan-woyak/allow-skip-ipl
DolphinQt: Always enable the "Skip Main Menu" checkbox when "SkipIPL" is disabled.
This commit is contained in:
@@ -726,7 +726,7 @@ void GameCubePane::LoadSettings()
|
||||
}
|
||||
}
|
||||
|
||||
m_skip_main_menu->setEnabled(have_menu);
|
||||
m_skip_main_menu->setEnabled(have_menu || !m_skip_main_menu->isChecked());
|
||||
m_skip_main_menu->setToolTip(have_menu ? QString{} : tr("Put IPL ROMs in User/GC/<region>."));
|
||||
|
||||
// Device Settings
|
||||
|
Reference in New Issue
Block a user