mirror of
https://github.com/SWG-Source/client-tools.git
synced 2026-01-16 23:04:27 -05:00
Add Configuration Toggle for 4K User Interface
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user