https://bugs.kde.org/show_bug.cgi?id=428241

--- Comment #12 from Nicolas Fella <nicolas.fe...@gmx.de> ---
I tried this patch, doesn't seem to help though:

diff --git a/applets/systemtray/package/contents/ui/items/ItemLoader.qml
b/applets/systemtray/package/contents/ui/items/ItemLoader.qml
index 64034f586..c081d8e57 100644
--- a/applets/systemtray/package/contents/ui/items/ItemLoader.qml
+++ b/applets/systemtray/package/contents/ui/items/ItemLoader.qml
@@ -24,6 +24,8 @@ Loader {

     property var itemModel: model

+    asynchronous: false
+
     source: {
         if (model.itemType === "Plasmoid" && model.hasApplet) {
             return "PlasmoidItem.qml"

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to