Shorten prefetch checkbox label

This commit is contained in:
pax 2026-04-05 12:42:56 -05:00
parent c5668c4604
commit 09c4f56cbb

View File

@ -111,7 +111,7 @@ class SettingsDialog(QDialog):
form.addRow("", self._preload)
# 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"))
form.addRow("", self._prefetch)