Shorten prefetch checkbox label
This commit is contained in:
parent
c5668c4604
commit
09c4f56cbb
@ -111,7 +111,7 @@ class SettingsDialog(QDialog):
|
|||||||
form.addRow("", self._preload)
|
form.addRow("", self._preload)
|
||||||
|
|
||||||
# Prefetch adjacent posts
|
# Prefetch adjacent posts
|
||||||
self._prefetch = QCheckBox("Prefetch adjacent posts for faster navigation")
|
self._prefetch = QCheckBox("Prefetch adjacent posts")
|
||||||
self._prefetch.setChecked(self._db.get_setting_bool("prefetch_adjacent"))
|
self._prefetch.setChecked(self._db.get_setting_bool("prefetch_adjacent"))
|
||||||
form.addRow("", self._prefetch)
|
form.addRow("", self._prefetch)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user