mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
Hotfix: fix creating new game config and loading experimental tab (#3600)
This commit is contained in:
@@ -736,8 +736,9 @@ void SettingsDialog::LoadValuesFromConfig() {
|
||||
}
|
||||
ui->chooseHomeTabComboBox->setCurrentText(translatedText);
|
||||
|
||||
QStringList tabNames = {tr("General"), tr("GUI"), tr("Graphics"), tr("User"),
|
||||
tr("Input"), tr("Paths"), tr("Log"), tr("Debug")};
|
||||
QStringList tabNames = {tr("General"), tr("GUI"), tr("Graphics"),
|
||||
tr("User"), tr("Input"), tr("Paths"),
|
||||
tr("Log"), tr("Debug"), tr("Experimental")};
|
||||
int indexTab = tabNames.indexOf(translatedText);
|
||||
if (indexTab == -1 || !ui->tabWidgetSettings->isTabVisible(indexTab) || is_newly_created)
|
||||
indexTab = 0;
|
||||
|
||||
Reference in New Issue
Block a user