Add findmyphone

This commit is contained in:
Aleix Pol 2016-08-21 17:54:25 +02:00
parent 64e0250d99
commit aef02c0cce

View file

@ -79,6 +79,14 @@ Kirigami.Page
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 }
}