Add additional appx presence checks
This commit is contained in:
@ -40,7 +40,7 @@ function uupListLangsInternal($updateId) {
|
||||
return [
|
||||
'langList' => $langList,
|
||||
'langFancyNames' => $langListFancy,
|
||||
'appxPresent' => isset($genPack['neutral']['APP']),
|
||||
'appxPresent' => uupAreAppxPresent($genPack),
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user