Qt: Fix folder selection title bar

This commit is contained in:
Stenzek
2024-08-10 00:14:01 +10:00
parent 55d095174f
commit 76f6eafdbc
5 changed files with 35 additions and 36 deletions

View File

@@ -212,8 +212,9 @@ void SetupWizardDialog::languageChanged()
void SetupWizardDialog::setupBIOSPage()
{
SettingWidgetBinder::BindWidgetToFolderSetting(nullptr, m_ui.biosSearchDirectory, m_ui.browseBiosSearchDirectory,
m_ui.openBiosSearchDirectory, m_ui.resetBiosSearchDirectory, "BIOS",
"SearchDirectory", Path::Combine(EmuFolders::DataRoot, "bios"));
tr("Select BIOS Directory"), m_ui.openBiosSearchDirectory,
m_ui.resetBiosSearchDirectory, "BIOS", "SearchDirectory",
Path::Combine(EmuFolders::DataRoot, "bios"));
refreshBiosList();