client: Add option to disable custom window chrome/style

This commit is contained in:
Abex
2018-01-09 17:25:25 -07:00
committed by Adam
parent 81ebc99e99
commit 6a57783541
4 changed files with 66 additions and 23 deletions

View File

@@ -41,6 +41,17 @@ public interface RuneLiteConfig extends Config
return true;
}
@ConfigItem(
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"
)
default boolean enableCustomChrome()
{
return true;
}
@ConfigItem(
keyName = "enablePlugins",
name = "Enable loading of external plugins",