]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/dolphin_directoryviewpropertysettings.kcfg
Write correct value for "Open in application" script execution setting
[dolphin.git] / src / settings / dolphin_directoryviewpropertysettings.kcfg
index fced36b52099c1a46aed22d168ff26c4ec690c9e..6bcf3cd02bcdaec700c08f7d79b52a4a8fbe8681 100644 (file)
@@ -30,7 +30,7 @@
         <entry name="PreviewsShown" type="Bool" >
             <label context="@label">Previews shown</label>
             <whatsthis context="@info:whatsthis">When this option is enabled, a preview of the file content is shown as an icon.</whatsthis>
-            <default>false</default>
+            <default>true</default>
         </entry>
 
         <entry name="GroupedSorting" type="Bool" >
@@ -41,8 +41,8 @@
 
         <entry name="SortRole" type="String" >
             <label context="@label">Sort files by</label>
-            <whatsthis context="@info:whatsthis">This option defines which attribute (name, size, date, etc.) sorting is performed on.</whatsthis>
-            <default code="true">"name"</default>
+            <whatsthis context="@info:whatsthis">This option defines which attribute (text, size, date, etc.) sorting is performed on.</whatsthis>
+            <default>text</default>
         </entry>
 
         <entry name="SortOrder" type="Int" >