mobileshell: Fix haptics path

This commit is contained in:
Devin Lin 2022-11-11 12:04:49 -05:00
parent df65a0e0f2
commit 1d86723398

View file

@ -6,7 +6,7 @@ import QtQuick 2.15
import org.kde.plasma.private.mobileshell 1.0 as MobileShell
Loader {
source: "qrc:/HapticsEffectWrapper.qml"
source: "qrc:/org/kde/plasma/private/mobileshell/qml/components/HapticsEffectWrapper.qml"
property bool valid: item !== null
function buttonVibrate() {