summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-30 04:04:40 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-30 04:04:40 -0500
commit38d56ef8310674bc5a2f8b304ee17a6b7e1c5798 (patch)
tree1e4686906e07f4fb01a439e0a2a4bb90ebb1e94e /src/mainwindow.cpp
parentf080e2e25d05eb639cc4168d3c6905041f4dc564 (diff)
fixed setting selection when checking for updates
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 420242ad..096ea076 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -4130,7 +4130,11 @@ void MainWindow::checkModsForUpdates()
false}
});
- m_Filters->setSelection({CategoryFactory::UpdateAvailable});
+ m_Filters->setSelection({{
+ ModListSortProxy::TYPE_SPECIAL,
+ CategoryFactory::UpdateAvailable,
+ false
+ }});
}
}