diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-27 17:30:30 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-27 17:30:30 -0500 |
| commit | 17452071c9b72a48498e7578d65b9b52729f914f (patch) | |
| tree | b072d8d364852ab047329cb89add1ad7b78d8208 /src/mainwindow.cpp | |
| parent | ecaf75c4531a79b1bdfe65eb60f257ac04422956 (diff) | |
added separators filter
changed notendorsed filter to include anything else than true
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 21606fa9..d5636ab9 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -6557,6 +6557,11 @@ void MainWindow::on_categoriesNotBtn_toggled(bool checked) m_ModListSortProxy->setFilterNot(checked); } +void MainWindow::on_categoriesSeparators_toggled(bool checked) +{ + m_ModListSortProxy->setFilterSeparators(checked); +} + void MainWindow::on_managedArchiveLabel_linkHovered(const QString&) { QToolTip::showText(QCursor::pos(), |
