mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-28 22:01:50 +00:00
[Linux] Add Qr-Code to sync irk and enc key (#142)
This commit is contained in:
@@ -268,6 +268,17 @@ ApplicationWindow {
|
||||
onClicked: airPodsTrayApp.deviceInfo.renameAirPods(newNameField.text)
|
||||
}
|
||||
}
|
||||
|
||||
Button {
|
||||
text: "Show Magic Cloud Keys QR"
|
||||
onClicked: keysQrDialog.show()
|
||||
}
|
||||
|
||||
KeysQRDialog {
|
||||
id: keysQrDialog
|
||||
encKey: airPodsTrayApp.deviceInfo.magicAccEncKey
|
||||
irk: airPodsTrayApp.deviceInfo.magicAccIRK
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user