idlenotifier: Fix plugin (#1043)

This commit is contained in:
Owain van Brakel
2019-07-19 12:22:50 +02:00
committed by Kyleeld
parent 3675061f21
commit a0711cb3df

View File

@@ -896,6 +896,7 @@ public class IdleNotifierPlugin extends Plugin
protected void startUp() throws Exception
{
updateConfig();
addSubscriptions();
}
@Override