https://bugs.kde.org/show_bug.cgi?id=485072
--- Comment #12 from Konrad Materka <mate...@gmail.com> --- (In reply to martchus from comment #10) > * When `martchus.syncthingplasmoid-qt6` is part of `extraItems` in the > settings file an erroneous entry for it is shown in the settings UI. > * When the visibility of an entry is changed in the UI the `extraItems` > field in the settings file is not cleared. this is correct logic: https://invent.kde.org/plasma/plasma-workspace/-/blob/master/applets/systemtray/package/contents/ui/ConfigEntries.qml#L193 it's removed from `extraItems` only when applet is disabled. It should be in `knownItems` - this is reserved for plasmoids enabled by default (if (pluginMetaData.isEnabledByDefault()) {). Maybe you have it installed twice? in ~/.loca/share/ and /usr/share? Can you try testing using new user (or even fresh install in VM)? -- You are receiving this mail because: You are watching all bug changes.