diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinfileitemdelegate.cpp | 1 | ||||
| -rw-r--r-- | src/dolphinmodel.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/dolphinfileitemdelegate.cpp b/src/dolphinfileitemdelegate.cpp index 87ea774f8..17447d8cb 100644 --- a/src/dolphinfileitemdelegate.cpp +++ b/src/dolphinfileitemdelegate.cpp @@ -37,6 +37,7 @@ DolphinFileItemDelegate::DolphinFileItemDelegate(QObject* parent) : m_cachedSize(), m_cachedEmblems() { + setJobTransfersVisible(true); } DolphinFileItemDelegate::~DolphinFileItemDelegate() diff --git a/src/dolphinmodel.cpp b/src/dolphinmodel.cpp index 746752b67..35a5fb8f1 100644 --- a/src/dolphinmodel.cpp +++ b/src/dolphinmodel.cpp @@ -48,6 +48,7 @@ DolphinModel::DolphinModel(QObject* parent) : m_hasVersionData(false), m_revisionHash() { + setJobTransfersVisible(true); } DolphinModel::~DolphinModel() |
