diff --git a/src/duckstation-qt/postprocessingsettingswidget.cpp b/src/duckstation-qt/postprocessingsettingswidget.cpp index 1cefb02f6..6ee7b0b9a 100644 --- a/src/duckstation-qt/postprocessingsettingswidget.cpp +++ b/src/duckstation-qt/postprocessingsettingswidget.cpp @@ -341,7 +341,7 @@ void PostProcessingShaderConfigWidget::createUi() m_layout->addWidget(label, row++, 0, 1, 3, Qt::AlignLeft); } - if (last_category) + if (last_category || !option.category.empty()) { QLabel* line = new QLabel(this); line->setFrameShape(QFrame::HLine);