1
0
mirror of https://github.com/lint/TFDidThatSay synced 2025-07-06 09:06:47 +00:00

Fix Apollo crash, add option to show button

This commit is contained in:
lint
2020-01-11 13:45:34 -05:00
parent e07862629d
commit dc0ad9363d
5 changed files with 115 additions and 21 deletions

View File

@ -146,6 +146,26 @@
<key>label</key>
<string>Deleted comments/posts only</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>footerText</key>
<string>In Apollo, show undelete option on the comment cell rather than in the action menu.</string>
</dict>
<dict>
<key>PostNotification</key>
<string>com.lint.undelete.prefs.changed</string>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<false/>
<key>defaults</key>
<string>com.lint.undelete.prefs</string>
<key>key</key>
<string>shouldApolloHaveButton</string>
<key>label</key>
<string>Show button in Apollo</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>