fix hiding network bookmark in thunar by default

Thanks to @Algernon for suggesting the fix!
This commit is contained in:
Patrick Schleizer 2018-11-19 06:27:52 -05:00
parent daf7fc002b
commit 63b080f40b
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -9,6 +9,6 @@
<property name="misc-date-style" type="string" value="THUNAR_DATE_STYLE_ISO"/> <property name="misc-date-style" type="string" value="THUNAR_DATE_STYLE_ISO"/>
<property name="misc-thumbnail-mode" type="string" value="THUNAR_THUMBNAIL_MODE_NEVER"/> <property name="misc-thumbnail-mode" type="string" value="THUNAR_THUMBNAIL_MODE_NEVER"/>
<property name="hidden-bookmarks" type="array"> <property name="hidden-bookmarks" type="array">
<value type="string" value="network://"/> <value type="string" value="network:///"/>
</property> </property>
</channel> </channel>