mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 01:34:46 +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
|
import org.kde.plasma.private.mobileshell 1.0 as MobileShell
|
||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
source: "qrc:/HapticsEffectWrapper.qml"
|
source: "qrc:/org/kde/plasma/private/mobileshell/qml/components/HapticsEffectWrapper.qml"
|
||||||
property bool valid: item !== null
|
property bool valid: item !== null
|
||||||
|
|
||||||
function buttonVibrate() {
|
function buttonVibrate() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue