https://bugs.kde.org/show_bug.cgi?id=512852
cwo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Version| |6.6 Fixed/Implemented| | In| | Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-pa/-/commit/120f4 | |c5d842370b322b1df0386e36c6e | |25ba33d3 --- Comment #3 from cwo <[email protected]> --- Git commit 120f4c5d842370b322b1df0386e36c6e25ba33d3 by Christoph Wolk. Committed on 18/12/2025 at 18:46. Pushed by cwo into branch 'master'. applet: fix setting starting tab The volume widget is supposed to reopen on the last active tab, but this does not work anymore. The problem seems to be that during startup as the components and bindings are initialized, the currentIndex is briefly 0, which causes the wrong value to be written back to the config and then reevaluated by the binding (so all information it could use to fix itself is gone). Instead, we write to the config using callLater() - this way the update happens when everything is settled down, and the correct value is saved in the config. FIXED-IN: 6.6 M +10 -8 applet/main.qml https://invent.kde.org/plasma/plasma-pa/-/commit/120f4c5d842370b322b1df0386e36c6e25ba33d3 -- You are receiving this mail because: You are watching all bug changes.
