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

Improve preferences

This commit is contained in:
lint
2019-11-21 19:06:28 -05:00
parent bb602d1121
commit 3f3b9cf167
4 changed files with 165 additions and 45 deletions

View File

@ -4,6 +4,48 @@
<dict>
<key>items</key>
<array>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Enabled</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<true/>
<key>defaults</key>
<string>com.lint.undelete.prefs</string>
<key>key</key>
<string>isRedditEnabled</string>
<key>label</key>
<string>Enable Reddit</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<true/>
<key>defaults</key>
<string>com.lint.undelete.prefs</string>
<key>key</key>
<string>isApolloEnabled</string>
<key>label</key>
<string>Enable Apollo</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<true/>
<key>defaults</key>
<string>com.lint.undelete.prefs</string>
<key>key</key>
<string>isNarwhalEnabled</string>
<key>label</key>
<string>Enable Narwhal</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
@ -48,6 +90,12 @@
<key>showValue</key>
<true/>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>footerText</key>
<string>In order to apply preferences, restart the app. If changes do not immediately take effect, wait a few seconds and try again.</string>
</dict>
</array>
<key>title</key>
<string>TFDidThatSay?</string>