mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
Test always true.
This commit is contained in:
parent
61cab50a09
commit
e6509221b4
@ -3023,12 +3023,12 @@ GetEarlyUserSettings (
|
||||
}
|
||||
}
|
||||
|
||||
if (gSettings.Language != NULL) {
|
||||
// if (gSettings.Language != NULL) { // gSettings.Language != NULL cannot be false because gSettings.Language is dclared as CHAR8 Language[16]; Must we replace by gSettings.Language[0] != NULL
|
||||
Prop = GetProperty (DictPointer, "KbdPrevLang");
|
||||
if (Prop != NULL) {
|
||||
gSettings.KbdPrevLang = IsPropertyTrue (Prop);
|
||||
}
|
||||
}
|
||||
// }
|
||||
|
||||
Prop = GetProperty (DictPointer, "Mouse");
|
||||
if (Prop != NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user