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()
|
default boolean highlightOwnName()
|
||||||
{
|
{
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
@@ -73,7 +73,7 @@ public interface ChatNotificationsConfig extends Config
|
|||||||
position = 3,
|
position = 3,
|
||||||
keyName = "notifyOnHighlight",
|
keyName = "notifyOnHighlight",
|
||||||
name = "Notify on hightlight",
|
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()
|
default boolean notifyOnHighlight()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -48,7 +48,8 @@ import net.runelite.client.plugins.PluginDescriptor;
|
|||||||
import net.runelite.client.util.Text;
|
import net.runelite.client.util.Text;
|
||||||
|
|
||||||
@PluginDescriptor(
|
@PluginDescriptor(
|
||||||
name = "Chat Notifications"
|
name = "Chat Notifications",
|
||||||
|
enabledByDefault = false
|
||||||
)
|
)
|
||||||
public class ChatNotificationsPlugin extends Plugin
|
public class ChatNotificationsPlugin extends Plugin
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user