Add Configuration Toggle for 4K User Interface

This commit is contained in:
AconiteGodOfSWG
2020-11-23 01:38:55 -05:00
parent 7ee9724dee
commit b11e8055ad

View File

@@ -151,7 +151,11 @@ void ConfigClientUserInterface::install ()
KEY_BOOL (drawObjectNames, false);
KEY_BOOL (drawSelfName, false);
KEY_BOOL (allowRadialMenuPickup, false);
KEY_STRING (uiRootPath, "ui/");
KEY_STRING(uiRootPath, "ui/");
if (ConfigFile::getKeyBool("ClientUserInterface", "use4kResolutionInterface", false)) {
ms_uiRootPath = "ui-4k/";
}
KEY_STRING (uiRootName, DefaultUIFile);
if(ConfigFile::getKeyBool("ClientTools","loadHud",false))