Add findmyphone
This commit is contained in:
parent
64e0250d99
commit
aef02c0cce
1 changed files with 8 additions and 0 deletions
|
@ -79,6 +79,14 @@ Kirigami.Page
|
||||||
lockIface.isLocked = !lockIface.isLocked;
|
lockIface.isLocked = !lockIface.isLocked;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
PluginItem {
|
||||||
|
readonly property var findmyphoneIface: FindMyPhoneDbusInterfaceFactory.create(deviceView.currentDevice.id())
|
||||||
|
pluginName: "findmyphone"
|
||||||
|
label: i18n("Find Device")
|
||||||
|
onClicked: {
|
||||||
|
findmyphoneIface.ring()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Item { Layout.fillHeight: true }
|
Item { Layout.fillHeight: true }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue