diff --git a/bluez-qt-5.11.patch b/bluez-qt-5.11.patch index ad1ec96..8993725 100644 --- a/bluez-qt-5.11.patch +++ b/bluez-qt-5.11.patch @@ -25,10 +25,10 @@ index 834d034..d685cb2 100644 } } diff --git a/src/applet/package/contents/ui/DeviceItem.qml b/src/applet/package/contents/ui/DeviceItem.qml -index 19b55cf..b0fc9ce 100644 +index 691e954..0e60d3e 100644 --- a/src/applet/package/contents/ui/DeviceItem.qml +++ b/src/applet/package/contents/ui/DeviceItem.qml -@@ -378,10 +378,10 @@ PlasmaComponents.ListItem { +@@ -396,10 +396,10 @@ PlasmaComponents.ListItem { return i18n("Connecting"); } @@ -41,7 +41,7 @@ index 19b55cf..b0fc9ce 100644 return i18n("Audio device"); case BluezQt.Device.Keyboard: -@@ -422,7 +422,7 @@ PlasmaComponents.ListItem { +@@ -440,7 +440,7 @@ PlasmaComponents.ListItem { function connectToDevice() { if (Connected) { @@ -50,7 +50,7 @@ index 19b55cf..b0fc9ce 100644 return; } -@@ -433,7 +433,7 @@ PlasmaComponents.ListItem { +@@ -451,7 +451,7 @@ PlasmaComponents.ListItem { connecting = true; runningActions++;