mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
mobileshell: Fix haptics path
This commit is contained in:
parent
df65a0e0f2
commit
1d86723398
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue