NSClient as source without advanced filtering

This commit is contained in:
AdrianLxM 2018-05-29 12:57:07 +02:00 committed by GitHub
parent 7e57c30ecf
commit de1196f34b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,6 @@ public class SourceNSClientPlugin extends PluginBase implements BgSourceInterfac
@Override
public boolean advancedFilteringSupported() {
return true;
return false;
}
}