Skip to content

[applets/systemtray] Fix configuraiton read on Plasma start

Konrad Materka requested to merge (removed):Plasma/5.19 into Plasma/5.19

System tray models are created lazily, so it is possible that the configuration will load earlier and not notify the model of the stored values. Add explicit configuration load, so that it always loads correctly during the initialization.

This is a fix for regression introduced in the !14 (merged)

Merge request reports