Unify naming with the Android client
This commit is contained in:
parent
e30a2d6bcf
commit
fb8f468535
1 changed files with 2 additions and 2 deletions
|
@ -60,14 +60,14 @@ Kirigami.Page
|
|||
Layout.fillWidth: true
|
||||
|
||||
Kirigami.BasicListItem {
|
||||
label: i18n("Open Multimedia Remote Control")
|
||||
label: i18n("Multimedia control")
|
||||
onClicked: pageStack.push(
|
||||
"qrc:/qml/mpris.qml",
|
||||
{ mprisInterface: MprisDbusInterfaceFactory.create(deviceView.currentDevice.id()) }
|
||||
);
|
||||
}
|
||||
Kirigami.BasicListItem {
|
||||
label: i18n("Mouse Pad")
|
||||
label: i18n("Remote input")
|
||||
onClicked: pageStack.push(
|
||||
"qrc:/qml/mousepad.qml",
|
||||
{ remoteControlInterface: RemoteControlDbusInterfaceFactory.create(deviceView.currentDevice.id()) }
|
||||
|
|
Loading…
Reference in a new issue