chat notifications: disable by default and default highlightOwnName to true
This commit is contained in:
@@ -44,7 +44,7 @@ public interface ChatNotificationsConfig extends Config
|
||||
)
|
||||
default boolean highlightOwnName()
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
@@ -73,7 +73,7 @@ public interface ChatNotificationsConfig extends Config
|
||||
position = 3,
|
||||
keyName = "notifyOnHighlight",
|
||||
name = "Notify on hightlight",
|
||||
description = "Notifies you whenever a word is above is highlighted"
|
||||
description = "Notifies you whenever a highlighted word is matched"
|
||||
)
|
||||
default boolean notifyOnHighlight()
|
||||
{
|
||||
|
||||
@@ -48,7 +48,8 @@ import net.runelite.client.plugins.PluginDescriptor;
|
||||
import net.runelite.client.util.Text;
|
||||
|
||||
@PluginDescriptor(
|
||||
name = "Chat Notifications"
|
||||
name = "Chat Notifications",
|
||||
enabledByDefault = false
|
||||
)
|
||||
public class ChatNotificationsPlugin extends Plugin
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user