Allow to reload other swift versions UI

This commit is contained in:
Klaus Basan
2018-11-20 03:07:25 +01:00
parent 33116d3b21
commit d2ca97846d
4 changed files with 16 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ namespace BlackGui
{
const CApplicationInfoList others = CApplicationInfoList::fromOtherSwiftVersionsFromDataDirectories();
this->updateContainer(others);
m_acceptRowSelection = others.size() > 0;
m_acceptRowSelection = (others.size() > 0);
return others.size();
}
} // namespace