Merge pull request #6072 from devLotto/usernameInTitle-rename
Change 'username' to 'display name' in usernameInTitle
This commit is contained in:
@@ -121,8 +121,8 @@ public interface RuneLiteConfig extends Config
|
||||
|
||||
@ConfigItem(
|
||||
keyName = "usernameInTitle",
|
||||
name = "Display username in title",
|
||||
description = "Toggles displaying of username in client title",
|
||||
name = "Show display name in title",
|
||||
description = "Toggles displaying of local player's display name in client title",
|
||||
position = 18
|
||||
)
|
||||
default boolean usernameInTitle()
|
||||
|
||||
Reference in New Issue
Block a user