Skip to content

Commit dde5d1e

Browse files
authored
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
1 parent 598bd3d commit dde5d1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linux/Main.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ ApplicationWindow {
265265

266266
Button {
267267
text: "Rename"
268-
onClicked: airPodsTrayApp.deviceInfo.renameAirPods(newNameField.text)
268+
onClicked: airPodsTrayApp.renameAirPods(newNameField.text)
269269
}
270270
}
271271

0 commit comments

Comments
 (0)