fix(ui): activating all ext capabilities without remote UI #28555

This commit is contained in:
luukvbaal
2024-04-29 02:51:33 +02:00
committed by GitHub
parent 05be00a2d1
commit ab1c2220f0
2 changed files with 5 additions and 2 deletions

View File

@@ -198,7 +198,7 @@ void ui_refresh(void)
int height = INT_MAX;
bool ext_widgets[kUIExtCount];
for (UIExtension i = 0; (int)i < kUIExtCount; i++) {
ext_widgets[i] = true;
ext_widgets[i] = ui_active();
}
bool inclusive = ui_override();