diff --git a/quickshell/Modals/DankLauncherV2/ResultsList.qml b/quickshell/Modals/DankLauncherV2/ResultsList.qml index 2f1cb0090..2c9f0a49d 100644 --- a/quickshell/Modals/DankLauncherV2/ResultsList.qml +++ b/quickshell/Modals/DankLauncherV2/ResultsList.qml @@ -417,7 +417,7 @@ Item { anchors.top: parent.top height: 32 z: 101 - color: Theme.floatingSurface + color: BlurService.enabled ? "transparent" : Theme.floatingSurface visible: !root._bottomSectionHeaderActive && stickyHeaderSection !== null readonly property int versionTrigger: root.controller?.viewModeVersion ?? 0