Fix marketplace showing incompatible add-ons by default (#4182)
Signed-off-by: Jan N. Klug <github@klug.nrw>4.1.x
parent
326e3d3f60
commit
5366a02bf7
|
@ -275,7 +275,7 @@ public abstract class AbstractRemoteAddonService implements AddonService {
|
|||
Dictionary<String, Object> properties = configuration.getProperties();
|
||||
if (properties == null) {
|
||||
// if we can't determine a set property, we use false (default is show compatible only)
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
return ConfigParser.valueAsOrElse(properties.get(CONFIG_INCLUDE_INCOMPATIBLE), Boolean.class, false);
|
||||
} catch (IOException e) {
|
||||
|
|
Loading…
Reference in New Issue