settings: remove stale restart-required label from flip layout

The setting now applies live — the "(restart required)" label was
left over from before the live-apply change.
This commit is contained in:
pax 2026-04-11 22:54:04 -05:00
parent fa8c5b84cf
commit c11cca1134

View File

@ -201,7 +201,7 @@ class SettingsDialog(QDialog):
form.addRow("", self._search_history)
# Flip layout
self._flip_layout = QCheckBox("Preview on left (restart required)")
self._flip_layout = QCheckBox("Preview on left")
self._flip_layout.setChecked(self._db.get_setting_bool("flip_layout"))
form.addRow("", self._flip_layout)