1
mirror of https://github.com/Shiewk/Widgets.git synced 2026-04-28 11:34:17 +02:00

Make opening the overview menu directly focus the search bar

This commit is contained in:
Shy
2025-12-02 16:25:41 +01:00
parent df449a0fff
commit db2b82989a
@@ -64,6 +64,7 @@ public class WidgetConfigScreen extends Screen {
this.addDrawableChild(widgetList);
this.addDrawableChild(searchField);
setInitialFocus(searchField);
// Left side
GridWidget gw = new GridWidget(0, 0);