mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
shell: Fix crashes caused by importing mobileshell component
This commit is contained in:
parent
7b163661d5
commit
102ff4db1b
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue