mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
a possibility to switch themes
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
This commit is contained in:
parent
317cf43107
commit
682fea296e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user