┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kfileitemmodel.cpp
diff options
context:
space:
mode:
authorChris Holland <[email protected]>2021-08-04 02:26:10 -0400
committerZren (Chris Holland) <[email protected]>2021-08-05 12:55:01 +0000
commitfd2203bb3925edb5d657d49a706e26ea736362d2 (patch)
treecd51d975a37f4607dc6db27d2d424b5d477afd86 /src/kitemviews/kfileitemmodel.cpp
parent50149d6abb8a0a978db3c6afb5238bc42a4a89c8 (diff)
Disable Hidden Files Last sort by default
Diffstat (limited to 'src/kitemviews/kfileitemmodel.cpp')
-rw-r--r--src/kitemviews/kfileitemmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kitemviews/kfileitemmodel.cpp b/src/kitemviews/kfileitemmodel.cpp
index ef80b4edb..af8cfc131 100644
--- a/src/kitemviews/kfileitemmodel.cpp
+++ b/src/kitemviews/kfileitemmodel.cpp
@@ -34,7 +34,7 @@ KFileItemModel::KFileItemModel(QObject* parent) :
KItemModelBase("text", parent),
m_dirLister(nullptr),
m_sortDirsFirst(true),
- m_sortHiddenLast(true),
+ m_sortHiddenLast(false),
m_sortRole(NameRole),
m_sortingProgressPercent(-1),
m_roles(),