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:
parent
fa8c5b84cf
commit
c11cca1134
@ -201,7 +201,7 @@ class SettingsDialog(QDialog):
|
|||||||
form.addRow("", self._search_history)
|
form.addRow("", self._search_history)
|
||||||
|
|
||||||
# Flip layout
|
# 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"))
|
self._flip_layout.setChecked(self._db.get_setting_bool("flip_layout"))
|
||||||
form.addRow("", self._flip_layout)
|
form.addRow("", self._flip_layout)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user