idle notifier: disable by default

This commit is contained in:
Adam
2022-02-27 22:57:00 -05:00
parent 5d7edacd21
commit cda29d36b8

View File

@@ -60,7 +60,8 @@ import net.runelite.client.plugins.PluginDescriptor;
@PluginDescriptor( @PluginDescriptor(
name = "Idle Notifier", name = "Idle Notifier",
description = "Send a notification when going idle, or when HP/Prayer reaches a threshold", description = "Send a notification when going idle, or when HP/Prayer reaches a threshold",
tags = {"health", "hitpoints", "notifications", "prayer"} tags = {"health", "hitpoints", "notifications", "prayer"},
enabledByDefault = false
) )
public class IdleNotifierPlugin extends Plugin public class IdleNotifierPlugin extends Plugin
{ {