register VP plugin on start
This commit is contained in:
parent
9419b8c4d1
commit
2e9da51daf
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ public class VirtualPumpPlugin extends PluginBase implements PumpInterface {
|
||||||
@Override
|
@Override
|
||||||
protected void onStart() {
|
protected void onStart() {
|
||||||
super.onStart();
|
super.onStart();
|
||||||
|
MainApp.bus().register(this);
|
||||||
refreshConfiguration();
|
refreshConfiguration();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue