mirror of https://github.com/PCSX2/pcsx2.git
Qt: Add tooltips to memcard checkbox options.
This commit is contained in:
parent
7e939b7535
commit
80aed98e97
|
@ -70,6 +70,12 @@ MemoryCardSettingsWidget::MemoryCardSettingsWidget(SettingsDialog* dialog, QWidg
|
|||
connect(m_ui.deleteCard, &QPushButton::clicked, this, &MemoryCardSettingsWidget::deleteCard);
|
||||
|
||||
refresh();
|
||||
|
||||
dialog->registerWidgetHelp(m_ui.autoEject, tr("Auto-eject memory cards when loading save states"), tr("Checked"),
|
||||
tr("Avoids broken memory card saves. May not work with some games such as Guitar Hero."));
|
||||
|
||||
dialog->registerWidgetHelp(m_ui.automaticManagement, tr("Automatically manage saves based on running game"), tr("Checked"),
|
||||
tr("(Folder type only / Card size: Auto) Loads only the relevant booted game saves, ignoring others. Avoids running out of space for saves."));
|
||||
}
|
||||
|
||||
MemoryCardSettingsWidget::~MemoryCardSettingsWidget() = default;
|
||||
|
|
Loading…
Reference in New Issue