summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-30 03:21:23 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-30 03:21:23 -0500
commita38d1723bffcd20bc7011c0fe635636b936aa78b (patch)
tree55222bd5bafb7492d713351eb08b2aadb8f43f47 /src/mainwindow.cpp
parentf463c5494362a0fa75c581e59192e2640ec10f7e (diff)
removed redundant categories now that there's a not filter
disabled collapsing for filter, there's already a button to hide it
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 03d61bc6..0ad57803 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -4126,11 +4126,11 @@ void MainWindow::checkModsForUpdates()
if (updatesAvailable || checkingModsForUpdate) {
m_ModListSortProxy->setCriteria({{
ModListSortProxy::TYPE_SPECIAL,
- CategoryFactory::CATEGORY_SPECIAL_UPDATEAVAILABLE,
+ CategoryFactory::UpdateAvailable,
false}
});
- m_Filters->setSelection({CategoryFactory::CATEGORY_SPECIAL_UPDATEAVAILABLE});
+ m_Filters->setSelection({CategoryFactory::UpdateAvailable});
}
}