a possibility to switch themes

Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
This commit is contained in:
Sergey Isakov 2020-04-05 10:20:00 +03:00
parent 317cf43107
commit 682fea296e

View File

@ -793,6 +793,7 @@ VOID ApplyInputs(VOID)
ThemeX.DarkEmbedded = FALSE;
ThemeX.Font = FONT_ALFA;
}
GlobalConfig.Theme = EfiStrDuplicate(ThemeX.Theme.wc_str());
#else
if (GlobalConfig.Theme) {
FreePool(GlobalConfig.Theme);