mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 08:19:59 +00:00
DolphinQt: Always enable the "Skip Main Menu" checkbox when "SkipIPL" is disabled.
This commit is contained in:
parent
28a6eb26cc
commit
5f6cc197ce
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