PlasmaZones 3.0.9
1 change, released May 22, 2026.
Fixed
- Per-virtual-desktop and per-activity assignment toggles could not be re-enabled once disabled (#461, #514): the 3.0.8 fix kept the per-desktop and per-activity disable Switch’s
checkedbinding live across controller emissions, but the Switch was declared insideAssignmentRow.middleContentand Qt’sItem.enabledcascade carried the row’s disabled state down to the nested Switch, leaving no clickable control to flip the context back on.AssignmentRownow exposes acontentEnabledproperty that gates only the combo and clear button, so the Switch inmiddleContentstays clickable while the assignment controls grey out as before. The top-monitor Switch was unaffected because it had always been a sibling of its combo rather than a descendant.