Enable custom window border warning

This commit is contained in:
Max Weber
2018-01-28 06:20:55 -07:00
parent fdbd4237b9
commit fce76d748a

View File

@@ -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()
{