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(
|
@ConfigItem(
|
||||||
keyName = "usernameInTitle",
|
keyName = "usernameInTitle",
|
||||||
name = "Display username in title",
|
name = "Show display name in title",
|
||||||
description = "Toggles displaying of username in client title",
|
description = "Toggles displaying of local player's display name in client title",
|
||||||
position = 18
|
position = 18
|
||||||
)
|
)
|
||||||
default boolean usernameInTitle()
|
default boolean usernameInTitle()
|
||||||
|
|||||||
Reference in New Issue
Block a user