mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-02 11:19:02 +00:00
linux: update rename function call for airPods (#191)
previously it was failing with an error that renameAirPods is not a function This should fix that as the function is defined in airPodsTrayApp
This commit is contained in:
@@ -265,7 +265,7 @@ ApplicationWindow {
|
|||||||
|
|
||||||
Button {
|
Button {
|
||||||
text: "Rename"
|
text: "Rename"
|
||||||
onClicked: airPodsTrayApp.deviceInfo.renameAirPods(newNameField.text)
|
onClicked: airPodsTrayApp.renameAirPods(newNameField.text)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user