Enable custom window border warning
This commit is contained in:
@@ -57,7 +57,9 @@ public interface RuneLiteConfig extends Config
|
||||
keyName = "uiEnableCustomChrome",
|
||||
name = "Enable custom window chrome",
|
||||
description = "Use Runelite's custom window title and borders.",
|
||||
confirmationWarining = "Please restart your client after changing this setting"
|
||||
confirmationWarining = "Please restart your client after changing this setting",
|
||||
warnOnEnable = true,
|
||||
warnOnDisable = true
|
||||
)
|
||||
default boolean enableCustomChrome()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user