summaryrefslogtreecommitdiff
path: root/modules/launcher/AppList.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/launcher/AppList.qml')
-rw-r--r--modules/launcher/AppList.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/launcher/AppList.qml b/modules/launcher/AppList.qml
index 92f86d5..7f7b843 100644
--- a/modules/launcher/AppList.qml
+++ b/modules/launcher/AppList.qml
@@ -9,7 +9,6 @@ import qs.services
import qs.config
import Quickshell
import QtQuick
-import QtQuick.Controls
StyledListView {
id: root
@@ -161,7 +160,9 @@ StyledListView {
}
}
- ScrollBar.vertical: StyledScrollBar {}
+ StyledScrollBar.vertical: StyledScrollBar {
+ flickable: root
+ }
add: Transition {
enabled: !root.state