Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>items</key>
  6. <array>
  7. <dict>
  8. <key>cell</key>
  9. <string>PSGroupCell</string>
  10. <key>label</key>
  11. <string>Enabled</string>
  12. </dict>
  13. <dict>
  14. <key>cell</key>
  15. <string>PSSwitchCell</string>
  16. <key>default</key>
  17. <true/>
  18. <key>defaults</key>
  19. <string>com.lint.undelete.prefs</string>
  20. <key>key</key>
  21. <string>isRedditEnabled</string>
  22. <key>label</key>
  23. <string>Enable Reddit</string>
  24. </dict>
  25. <dict>
  26. <key>cell</key>
  27. <string>PSSwitchCell</string>
  28. <key>default</key>
  29. <true/>
  30. <key>defaults</key>
  31. <string>com.lint.undelete.prefs</string>
  32. <key>key</key>
  33. <string>isApolloEnabled</string>
  34. <key>label</key>
  35. <string>Enable Apollo</string>
  36. </dict>
  37. <dict>
  38. <key>cell</key>
  39. <string>PSSwitchCell</string>
  40. <key>default</key>
  41. <true/>
  42. <key>defaults</key>
  43. <string>com.lint.undelete.prefs</string>
  44. <key>key</key>
  45. <string>isNarwhalEnabled</string>
  46. <key>label</key>
  47. <string>Enable Narwhal</string>
  48. </dict>
  49. <dict>
  50. <key>cell</key>
  51. <string>PSGroupCell</string>
  52. <key>label</key>
  53. <string>Apollo </string>
  54. </dict>
  55. <dict>
  56. <key>cell</key>
  57. <string>PSSwitchCell</string>
  58. <key>default</key>
  59. <true/>
  60. <key>defaults</key>
  61. <string>com.lint.undelete.prefs</string>
  62. <key>key</key>
  63. <string>isApolloDeletedCommentsOnly</string>
  64. <key>label</key>
  65. <string>Only display eye on deleted comments</string>
  66. </dict>
  67. <dict>
  68. <key>cell</key>
  69. <string>PSGroupCell</string>
  70. <key>footerText</key>
  71. <string>The number of seconds before the request to pushshift will timeout and return an error.</string>
  72. <key>isStaticText</key>
  73. <true/>
  74. <key>label</key>
  75. <string>Request timeout (seconds)</string>
  76. </dict>
  77. <dict>
  78. <key>cell</key>
  79. <string>PSSliderCell</string>
  80. <key>default</key>
  81. <integer>10</integer>
  82. <key>defaults</key>
  83. <string>com.lint.undelete.prefs</string>
  84. <key>key</key>
  85. <string>requestTimeoutValue</string>
  86. <key>max</key>
  87. <string>60</string>
  88. <key>min</key>
  89. <string>5</string>
  90. <key>showValue</key>
  91. <true/>
  92. </dict>
  93. <dict>
  94. <key>cell</key>
  95. <string>PSGroupCell</string>
  96. <key>footerText</key>
  97. <string>In order to apply preferences, restart the app. If changes do not immediately take effect, wait a few seconds and try again.</string>
  98. </dict>
  99. </array>
  100. <key>title</key>
  101. <string>TFDidThatSay?</string>
  102. </dict>
  103. </plist>