always show the tree by default GitHub issue #78

auto-update
Zlatin Balevsky 2021-10-10 12:51:01 +01:00
parent 2bfcbbf1c5
commit 0dff8b439e
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -527,11 +527,11 @@ class SearchTabView {
model.viewCollectionsActionEnabled = !e.collections.isEmpty()
})
showTree.call()
if (settings.groupByFile) {
showFileGrouping.call()
} else {
showSenderGrouping.call()
showTree.call()
}
}