mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
Fix marketplace showing incompatible add-ons by default (#4182)
Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
parent
0eeff02fcc
commit
3a435ec1e7
@ -314,7 +314,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
Block a user