Make sure the AO interface doesn't stay blank when already open on login - FIRE-29192

master
ziree 2019-12-05 02:19:19 +01:00
parent a7c0cd70b5
commit 197ca8e979
1 changed files with 4 additions and 0 deletions

View File

@ -181,6 +181,10 @@ void FloaterAO::updateList()
}
}
enableSetControls(TRUE);
if (mSetSelector->getSelectedItemLabel().empty())
{
onClickReload();
}
}
BOOL FloaterAO::postBuild()