1
0
mirror of https://github.com/lint/TFDidThatSay synced 2025-07-06 17:16:45 +00:00

Add button to check ingest in prefs

This commit is contained in:
lint
2020-11-05 20:31:36 -05:00
parent 4bc55345a8
commit 0a5a220db0
3 changed files with 177 additions and 2 deletions

View File

@ -248,6 +248,20 @@
<key>showValue</key>
<true/>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>footerText</key>
<string>Displays how far behind the ingest is (i.e. how long ago the most recently archived comment and post were created).</string>
</dict>
<dict>
<key>cell</key>
<string>PSButtonCell</string>
<key>label</key>
<string>Check Latest Ingest Times</string>
<key>action</key>
<string>checkLatest:</string>
</dict>
</array>
<key>title</key>
<string>TFDidThatSay?</string>