mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-17 07:49:21 +00: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:
commit
63064591e8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue