Duplicate Visibility fix from dev
This commit is contained in:
parent
208c3ed9b1
commit
2f1efc7d06
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ public class InsightPumpPlugin implements PluginBase, PumpInterface, Constraints
|
|||
|
||||
@Override
|
||||
public boolean showInList(int type) {
|
||||
return true;
|
||||
return type == PUMP;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue