https://bugs.kde.org/show_bug.cgi?id=519676
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kdeplasma-addons/-/commi |ma/kdeplasma-addons/-/commi |t/df019ab332390cee434aa756f |t/cd226110a94eafa6510892db0 |af8624d9cc2d58c |cf712c28537e5c8 --- Comment #6 from Nate Graham <[email protected]> --- Git commit cd226110a94eafa6510892db0cf712c28537e5c8 by Nate Graham. Committed on 20/08/2026 at 15:21. Pushed by ngraham into branch 'Plasma/6.6'. applets/weather: properly hide info button when it won't work It's checking for model.info being an empty string, but it's not a string, it's a variant. An empty variant is undefined, so we have to check for that too. FIXED-IN: 6.6.7 (cherry picked from commit d13f1474a4c77c5ec77f3b2f1e689309878f397d) Co-authored-by: Nate Graham <[email protected]> M +1 -1 applets/weather/qml/NoticesView.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/cd226110a94eafa6510892db0cf712c28537e5c8 -- You are receiving this mail because: You are watching all bug changes.
