https://bugs.kde.org/show_bug.cgi?id=504825
cwo <cwo....@posteo.net> 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/652253bbc75f491e4bf33ddd9 |t/42e37d1ffc59c8b8c4df73bff |36436488aaf6cfc |8041fc01ef61dc0 --- Comment #4 from cwo <cwo....@posteo.net> --- Git commit 42e37d1ffc59c8b8c4df73bff8041fc01ef61dc0 by Christoph Wolk. Committed on 27/05/2025 at 13:20. Pushed by cwo into branch 'Plasma/6.4'. 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. (cherry picked from commit 652253bbc75f491e4bf33ddd936436488aaf6cfc) Co-authored-by: Christoph Wolk <cwo....@posteo.net> M +11 -3 applets/comic/comic.cpp https://invent.kde.org/plasma/kdeplasma-addons/-/commit/42e37d1ffc59c8b8c4df73bff8041fc01ef61dc0 -- You are receiving this mail because: You are watching all bug changes.