summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-29 21:40:22 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:38:16 +0100
commit095348c16f58d757f2d9549d06fd12d5ed14a1d2 (patch)
treeeeb2e1641508f00aed0a7df8df3a9fe02fec14c9 /src/mainwindow.cpp
parent44e846cf18d2e46b471183fd1d5ba81a4b7a312d (diff)
Add option to disable collapsible separators.
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index e54c24e1..63c9a8be 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -692,7 +692,6 @@ void MainWindow::allowListResize()
void MainWindow::updateStyle(const QString&)
{
resetActionIcons();
- ui->modList->refreshStyle();
}
void MainWindow::resizeEvent(QResizeEvent *event)
@@ -4619,6 +4618,7 @@ void MainWindow::on_actionSettings_triggered()
fixCategories();
refreshFilters();
+ ui->modList->refresh();
if (settings.paths().profiles() != oldProfilesDirectory) {
refreshProfiles();