1
0
Fork 0
This commit is contained in:
Yakov5776 2021-04-05 19:43:45 -04:00
parent 7331e3b1aa
commit 49bfc2f37f
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ void SettingsDialog::LoadSettings()
ui->chkShowExitConfirmation->setChecked(settings.guiShowExitConfirmation);
ui->chkDisableAutoComplete->setChecked(settings.guiDisableAutoComplete);
ui->chkAutoFollowInStack->setChecked(settings.guiAutoFollowInStack);
ui->chkAutoFollowInStack->setChecked(settings.guiHideSeasonalIcons);
ui->chkHideSeasonalIcons->setChecked(settings.guiHideSeasonalIcons);
//Misc tab
if(DbgFunctions()->GetJit)