┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/directoryviewpropertysettings.kcfg
diff options
context:
space:
mode:
Diffstat (limited to 'src/directoryviewpropertysettings.kcfg')
-rw-r--r--src/directoryviewpropertysettings.kcfg10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/directoryviewpropertysettings.kcfg b/src/directoryviewpropertysettings.kcfg
index 247b8181b..e1ab73b64 100644
--- a/src/directoryviewpropertysettings.kcfg
+++ b/src/directoryviewpropertysettings.kcfg
@@ -16,12 +16,18 @@
<group name="Dolphin">
<entry name="ViewMode" type="Int" >
<label>View Mode</label>
- <whatsthis>This option controls the style of the view. Currently supported values include icons (0), details (1) and previews (2) views.</whatsthis>
- <default>DolphinView::PreviewsView</default>
+ <whatsthis>This option controls the style of the view. Currently supported values include icons (0) and details (1) views.</whatsthis>
+ <default>DolphinView::IconsView</default>
<min>0</min>
<max code="true">DolphinView::MaxModeEnum</max>
</entry>
+ <entry name="ShowPreview" type="Bool" >
+ <label>Show preview</label>
+ <whatsthis>When this option is enabled, a preview of the file content is shown as icon.</whatsthis>
+ <default>false</default>
+ </entry>
+
<entry name="Sorting" type="Int" >
<label>Sort files by</label>
<whatsthis>This option defines which attribute (name, size, date, etc) sorting is performed on.</whatsthis>