Make flow ribbons themeable

This commit is contained in:
luisangelsm
2026-03-21 20:45:23 +01:00
parent 5fbd5bc185
commit f65fd08e65
13 changed files with 201 additions and 32 deletions

View File

@ -24,6 +24,7 @@ void ComicFlowWidget::applyTheme(const Theme &theme)
{
setBackgroundColor(theme.comicFlow.backgroundColor);
setTextColor(theme.comicFlow.textColor);
flow->setRibbonImages(theme.comicFlow.readPixmap.toImage(), theme.comicFlow.readingPixmap.toImage());
}
void ComicFlowWidget::setBackgroundColor(const QColor &color)