https://bugs.kde.org/show_bug.cgi?id=504825
cwo <cwo....@posteo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kdeplasma-addons/-/commi | |t/652253bbc75f491e4bf33ddd9 | |36436488aaf6cfc Status|ASSIGNED |RESOLVED --- Comment #3 from cwo <cwo....@posteo.net> --- Git commit 652253bbc75f491e4bf33ddd936436488aaf6cfc by Christoph Wolk. Committed on 26/05/2025 at 17:17. Pushed by cwo into branch 'master'. applets/comic: fix updates not working Updates were broken in three ways: the correct default value for the interval was not set, so auto-updates were off if left at the default value of 30 minutes; a misspecified conditional led to the checker not being instantiated, and if auto-updates are off, there is no way to bypass the cache, so the widget is stuck at the state it was when auto-updates were turned off. (For some provider types, Jump to still worked, but not for number-based providers and this is rather cumbersome). This change fixes the wrong default values and conditional, and sets every attempt to read the most recent strip from a comic to bypass the cache if auto-updates are off. M +11 -3 applets/comic/comic.cpp https://invent.kde.org/plasma/kdeplasma-addons/-/commit/652253bbc75f491e4bf33ddd936436488aaf6cfc -- You are receiving this mail because: You are watching all bug changes.