Add button to check ingest in prefs

This commit is contained in:
lint
2020-11-05 20:31:36 -05:00
父節點 4bc55345a8
當前提交 0a5a220db0
共有 3 個文件被更改,包括 177 次插入2 次删除

查看文件

@ -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>