Undo unintended change

master
Ansariel 2025-11-26 23:44:57 +01:00
parent 3cf20c015d
commit c14283a264
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ void FloaterAO::onClose(bool app_quitting)
void FloaterAO::onSelectSet()
{
AOSet* set = AOEngine::instance().getSetByName(mSetSelectorSmall->getSelectedItemLabel());
AOSet* set = AOEngine::instance().getSetByName(mSetSelector->getSelectedItemLabel());
if (!set)
{
onRenameSet();