diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-26 10:00:37 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-26 10:00:37 -0500 |
| commit | f85478a5b40ba609a0b36a2095e2b7fd3588857f (patch) | |
| tree | df4a8630c7cbd940f531016908ec0920a70813ea /src/mainwindow.cpp | |
| parent | 4db719a3bb0c80db8720456885489a72f4edb05b (diff) | |
fix sort in overwrite, remember settings
remove useless header in archives list
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 1 |
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(); |
