Enable custom window border warning
This commit is contained in:
@@ -57,7 +57,9 @@ public interface RuneLiteConfig extends Config
|
|||||||
keyName = "uiEnableCustomChrome",
|
keyName = "uiEnableCustomChrome",
|
||||||
name = "Enable custom window chrome",
|
name = "Enable custom window chrome",
|
||||||
description = "Use Runelite's custom window title and borders.",
|
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()
|
default boolean enableCustomChrome()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user