diff --git a/.config/quickshell/ii/modules/overview/SearchWidget.qml b/.config/quickshell/ii/modules/overview/SearchWidget.qml index 51100d2ce..2f4cdfada 100644 --- a/.config/quickshell/ii/modules/overview/SearchWidget.qml +++ b/.config/quickshell/ii/modules/overview/SearchWidget.qml @@ -249,7 +249,7 @@ Item { // Wrapper color: Appearance.colors.colOutlineVariant } - StyledListView { // App results + ListView { // App results id: appResults visible: root.showResults Layout.fillWidth: true @@ -260,8 +260,6 @@ Item { // Wrapper spacing: 2 KeyNavigation.up: searchBar highlightMoveDuration: 100 - add: null - remove: null onFocusChanged: { if (focus)