summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-11-26 10:00:37 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-26 10:00:37 -0500
commitf85478a5b40ba609a0b36a2095e2b7fd3588857f (patch)
treedf4a8630c7cbd940f531016908ec0920a70813ea /src/mainwindow.cpp
parent4db719a3bb0c80db8720456885489a72f4edb05b (diff)
fix sort in overwrite, remember settings
remove useless header in archives list
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 844456a6..79604c9a 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -277,6 +277,7 @@ MainWindow::MainWindow(Settings &settings
ui->espList->installEventFilter(m_OrganizerCore.pluginList());
ui->bsaList->setLocalMoveOnly(true);
+ ui->bsaList->setHeaderHidden(true);
initDownloadView();