https://bugs.kde.org/show_bug.cgi?id=519676
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Version| |6.6.7 Fixed/Implemented| | In| | Latest Commit| |https://invent.kde.org/plas | |ma/kdeplasma-addons/-/commi | |t/d13f1474a4c77c5ec77f3b2f1 | |e689309878f397d Resolution|--- |FIXED --- Comment #4 from Nate Graham <[email protected]> --- Git commit d13f1474a4c77c5ec77f3b2f1e689309878f397d by Nate Graham. Committed on 20/08/2026 at 15:06. Pushed by ngraham into branch 'master'. 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 M +1 -1 applets/weather/qml/NoticesView.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/d13f1474a4c77c5ec77f3b2f1e689309878f397d -- You are receiving this mail because: You are watching all bug changes.
