mirror of
https://github.com/searxng/searxng.git
synced 2026-07-18 05:51:24 +00:00
[fix] use defaults of engines protected with tokens on preference save
This commit is contained in:
@@ -230,7 +230,8 @@ class BooleanChoices:
|
||||
|
||||
disabled = self.transform_form_items(items)
|
||||
for setting in self.choices:
|
||||
self.choices[setting] = setting not in disabled
|
||||
if setting in disabled:
|
||||
self.choices[setting] = False
|
||||
|
||||
@property
|
||||
def enabled(self):
|
||||
|
||||
Reference in New Issue
Block a user