summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-27 17:05:20 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-27 17:05:20 -0500
commitd5e38fca6b3a8c7bf90c5a3d8ec779752a22c61d (patch)
tree739a30efabfb7c3777f9781c8a735f4e53bec02d /src/mainwindow.cpp
parentfb3c15094fded829b120274189b0b331a68b2afa (diff)
added not filter, not functional yet
fixed no mods being displayed for OR with no conditions
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index e134d64a..21606fa9 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -6552,6 +6552,11 @@ void MainWindow::on_categoriesOrBtn_toggled(bool checked)
}
}
+void MainWindow::on_categoriesNotBtn_toggled(bool checked)
+{
+ m_ModListSortProxy->setFilterNot(checked);
+}
+
void MainWindow::on_managedArchiveLabel_linkHovered(const QString&)
{
QToolTip::showText(QCursor::pos(),