1
0
mirror of https://github.com/lint/TFDidThatSay synced 2025-07-05 08:46:46 +00:00

Add BaconReader support

This commit is contained in:
lint
2019-12-10 00:54:26 -05:00
parent 9fddcd5d4d
commit 5bfb85ac74
4 changed files with 350 additions and 0 deletions

View File

@ -82,6 +82,20 @@
<key>label</key>
<string>Enable Slide</string>
</dict>
<dict>
<key>PostNotification</key>
<string>com.lint.undelete.prefs.changed</string>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<true/>
<key>defaults</key>
<string>com.lint.undelete.prefs</string>
<key>key</key>
<string>isBaconReaderEnabled</string>
<key>label</key>
<string>Enable BaconReader</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
@ -132,6 +146,20 @@
<key>label</key>
<string>Slide | Deleted only</string>
</dict>
<dict>
<key>PostNotification</key>
<string>com.lint.undelete.prefs.changed</string>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<true/>
<key>defaults</key>
<string>com.lint.undelete.prefs</string>
<key>key</key>
<string>isBaconReaderDeletedOnly</string>
<key>label</key>
<string>BaconReader | Deleted only</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>