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

Add request timeout, switch to Cephei prefs

This commit is contained in:
lint
2019-11-10 18:00:26 -05:00
parent f8dafd9467
commit bb602d1121
6 changed files with 105 additions and 59 deletions

View File

@ -22,6 +22,32 @@
<key>label</key>
<string>Only display eye on deleted comments</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>footerText</key>
<string>The number of seconds before the request to pushshift will timeout and return an error.</string>
<key>isStaticText</key>
<true/>
<key>label</key>
<string>Request timeout (seconds)</string>
</dict>
<dict>
<key>cell</key>
<string>PSSliderCell</string>
<key>default</key>
<integer>10</integer>
<key>defaults</key>
<string>com.lint.undelete.prefs</string>
<key>key</key>
<string>requestTimeoutValue</string>
<key>max</key>
<string>60</string>
<key>min</key>
<string>5</string>
<key>showValue</key>
<true/>
</dict>
</array>
<key>title</key>
<string>TFDidThatSay?</string>