mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
Allow to reload other swift versions UI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user