https://bugs.kde.org/show_bug.cgi?id=439751
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-pa/commit/49e4938 |ma/plasma-pa/commit/72c9b1e |559b29b9bf70d68608bbd4b19c4 |1a6c330310bc98cc42d5b2f255b |89c09d |1e1982 --- Comment #12 from Nate Graham <n...@kde.org> --- Git commit 72c9b1e1a6c330310bc98cc42d5b2f255b1e1982 by Nate Graham, on behalf of Nicolas Fella. Committed on 20/09/2021 at 20:24. Pushed by ngraham into branch 'Plasma/5.23'. Fix balance setting The code tries to access the model role 'PulseObject' to set the channel volume. However there is also an (ucreateable) QML type named 'PulseObject' registered which causes a clash. Qualify the access with a model. to avoid said clash. (cherry picked from commit 49e4938559b29b9bf70d68608bbd4b19c489c09d) M +4 -2 src/kcm/package/contents/ui/DeviceListItem.qml https://invent.kde.org/plasma/plasma-pa/commit/72c9b1e1a6c330310bc98cc42d5b2f255b1e1982 -- You are receiving this mail because: You are watching all bug changes.