]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/dolphin_contentdisplaysettings.kcfg
Fix build for KIO version < 6.14
[dolphin.git] / src / settings / dolphin_contentdisplaysettings.kcfg
index 36895b869460b7a02675a769442adb06e34feed4..31c6f75df8840c2fdcebf854744e2d0a3381d4ec 100644 (file)
@@ -6,9 +6,20 @@
       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
     <kcfgfile name="dolphinrc"/>
     <group name="ContentDisplay">
-        <entry name="DirectorySizeCount" type="Bool">
-            <label>Whether or not content count is used as directory size</label>
-            <default>true</default>
+        <entry name="DirectorySizeMode" type="Enum">
+            <label>How we display the size of directories</label>
+            <choices>
+                <choice name="ContentCount">
+                    <label>Show the content count</label>
+                </choice>
+                <choice name="ContentSize">
+                    <label>Show the content size</label>
+                </choice>
+                <choice name="None">
+                    <label>Do not show any directory size</label>
+                </choice>
+            </choices>
+            <default>ContentCount</default>
         </entry>
         <entry name="RecursiveDirectorySizeLimit" type="UInt">
             <label>Recursive directory size limit</label>