https://bugs.kde.org/show_bug.cgi?id=420920
--- Comment #6 from Nate Graham <n...@kde.org> --- The tooltip is accessing the information using `pmSource.data.Battery.Percent` rather than `pmSource.data["Battery"]["Percent"]` which is used by the pop-up and the tray icon overlay. But switching the tooltip to using the same access method fix it. How odd. Could it be an issue where the toolTipMainText: condition doesn't get updated when the value changes due the complex logic in it? -- You are receiving this mail because: You are watching all bug changes.