Skip to content

TrafficMonitor: Fix the colors

Kai Uwe Broulik requested to merge work/kbroulik/trafficmon into master

Array.reverse() mutates the original array but the property is read-only, something that Qt 6 seems to now enforce.

Also, use Kirigami.Theme instead of PlasmaCore.Theme.

BUG: 471022


The colors are correct now.

Screenshot_20230717_180325

Edited by Nate Graham

Merge request reports