https://bugs.kde.org/show_bug.cgi?id=467772
Bernie Innocenti <ber...@codewiz.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED CC| |ber...@codewiz.org Ever confirmed|0 |1 --- Comment #1 from Bernie Innocenti <ber...@codewiz.org> --- Confirmed on Plasma 5.27.6 and KF 5.108.0. In fact, every time I switch to a new connection I see two of these errors: ``` file:///usr/share/kcm_networkmanagement/qml/ListItem.qml:25: Error: Cannot assign to non-existent property "prefix" file:///usr/share/kcm_networkmanagement/qml/ListItem.qml:26: Error: Cannot assign to non-existent property "prefix" ``` These are the offending lines: ``` 25 onPressed: if (changeBackgroundOnPress) background.prefix = "pressed" 26 onReleased: if (changeBackgroundOnPress) background.prefix = "normal" 27 onCanceled: if (changeBackgroundOnPress) background.prefix = "normal" ``` -- You are receiving this mail because: You are watching all bug changes.