shell: Fix crashes caused by importing mobileshell component

This commit is contained in:
Devin Lin 2022-06-23 14:15:02 -04:00
parent 7b163661d5
commit 102ff4db1b

View file

@ -10,7 +10,6 @@ import QtQuick.Controls 2.15 as Controls
import org.kde.plasma.components 3.0 as PlasmaComponents3
import org.kde.plasma.core 2.0 as PlasmaCore
import org.kde.plasma.configuration 2.0
import org.kde.plasma.private.mobileshell 1.0 as MobileShell
AppletConfiguration {
id: root
@ -46,8 +45,6 @@ AppletConfiguration {
}
}
Component.onCompleted: MobileShell.Haptics.buttonVibrate();
MouseArea {
z: -1
anchors.fill: parent