HaikuDepot: Feature packages with prominence <= 200
This commit is contained in:
@@ -600,7 +600,7 @@ MainWindow::_AdoptModel()
|
|||||||
bool
|
bool
|
||||||
MainWindow::_IsProminentPackage(const PackageInfoRef& package) const
|
MainWindow::_IsProminentPackage(const PackageInfoRef& package) const
|
||||||
{
|
{
|
||||||
return package->HasProminence() && package->Prominence() <= 100
|
return package->HasProminence() && package->Prominence() <= 200
|
||||||
&& package->State() != ACTIVATED;
|
&& package->State() != ACTIVATED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user