Add request timeout, switch to Cephei prefs

Este commit está contenido en:
lint
2019-11-10 18:00:26 -05:00
padre f8dafd9467
commit bb602d1121
Se han modificado 6 ficheros con 105 adiciones y 59 borrados

Ver fichero

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