merge changes

Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
This commit is contained in:
Sergey Isakov 2020-04-05 10:24:04 +03:00
parent 94d8d05c39
commit e9bf5703f6

View File

@ -796,7 +796,7 @@ VOID ApplyInputs(VOID)
//ThemeX.DarkEmbedded = FALSE; Don't know what to do
//ThemeX.Font = FONT_ALFA;
}
GlobalConfig.Theme = EfiStrDuplicate(ThemeX.Theme.wc_str());
// GlobalConfig.Theme = EfiStrDuplicate(ThemeX.Theme.wc_str());
#else
if (GlobalConfig.Theme) {
FreePool(GlobalConfig.Theme);