diff options
| author | Silarn <jrim@rimpo.org> | 2019-02-05 22:38:46 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-02-18 21:31:20 -0600 |
| commit | 8bc9db23d98ae454899791af9e0fbc0bab4d0b15 (patch) | |
| tree | 372f10f58879b6726e777ff4e295a7461f880a38 /src/settingsdialog.ui | |
| parent | eb575e2f92e00e32220e7aa8efaf14ece462c981 (diff) | |
Add settings option to switch between fixed and dynamic cache timeouts
Diffstat (limited to 'src/settingsdialog.ui')
| -rw-r--r-- | src/settingsdialog.ui | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui index 127c94c7..cfbcf429 100644 --- a/src/settingsdialog.ui +++ b/src/settingsdialog.ui @@ -578,6 +578,16 @@ p, li { white-space: pre-wrap; } </property> </widget> </item> + <item row="1" column="1"> + <widget class="QCheckBox" name="updateStrategy"> + <property name="toolTip"> + <string><html><head/><body><p>Rather than a global <span style=" font-weight:600;">1 day</span> cache, update caches will expire at different rates depending on how recently a mod has been updated on Nexus.</p><p><br/></p><p>Less than a month: <span style=" font-style:italic;">2 hours</span></p><p>Less than three months: <span style=" font-style:italic;">4 hours</span></p><p>Less than six months: <span style=" font-style:italic;">6 hours</span></p><p>Less than one year: <span style=" font-style:italic;">12 hours</span></p><p>More than one year: <span style=" font-style:italic;">1 day</span></p></body></html></string> + </property> + <property name="text"> + <string>Use dynamic update timeouts</string> + </property> + </widget> + </item> </layout> </item> <item> |
