Skip to content

applets/comic: don't assign undefined to bool or string

Christoph Wolk requested to merge cwo/kdeplasma-addons:comic_no_undefined into master

ComicCentralView sets properties like tooltip subtitle or reading direction from the comic metadata. These may be undefined, for example if no comic is selected.

Instead, use reasonable default values in those cases like false or the empty string.

Merge request reports

Loading