Merge pull request #1403 from deathbeam/universal-warning

Universal warning message support in config
This commit is contained in:
Adam
2018-04-15 19:16:53 -04:00
committed by GitHub
3 changed files with 23 additions and 32 deletions

View File

@@ -58,9 +58,7 @@ 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",
warnOnEnable = true,
warnOnDisable = true
warning = "Please restart your client after changing this setting"
)
default boolean enableCustomChrome()
{