add option to hide folder title and folder background

Cette révision appartient à :
2020-01-05 03:11:49 +01:00
Parent d3937dbc4f
révision d4e2bdc72f
2 fichiers modifiés avec 59 ajouts et 0 suppressions

Voir le fichier

@ -122,6 +122,34 @@
<key>PostNotification</key>
<string>com.yaypixxo.kage/preferences.changed</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<false/>
<key>defaults</key>
<string>com.yaypixxo.kage</string>
<key>key</key>
<string>hideFolderTitle</string>
<key>label</key>
<string>Hide Folder Titles</string>
<key>PostNotification</key>
<string>com.yaypixxo.kage/preferences.changed</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<false/>
<key>defaults</key>
<string>com.yaypixxo.kage</string>
<key>key</key>
<string>hideFolderBG</string>
<key>label</key>
<string>Hide Folder Background</string>
<key>PostNotification</key>
<string>com.yaypixxo.kage/preferences.changed</string>
</dict>
<!--<dict>
<key>cell</key>
<string>PSSwitchCell</string>