mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-28 22:01:50 +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 {
|
||||
text: "Rename"
|
||||
onClicked: airPodsTrayApp.deviceInfo.renameAirPods(newNameField.text)
|
||||
onClicked: airPodsTrayApp.renameAirPods(newNameField.text)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user