From ee211393568243282cff1694a64828a407701e61 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 19 Aug 2025 18:01:02 +0700 Subject: [PATCH] search: remove weird list anim --- .config/quickshell/ii/modules/overview/SearchWidget.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)