This commit is contained in:
lolcat 2024-04-21 19:48:14 -04:00
parent 130358a9e0
commit 9b8e0a4e0b
2 changed files with 18 additions and 2 deletions

View file

@ -121,6 +121,10 @@ $settings = [
"value" => "google",
"text" => "Google"
],
[
"value" => "qwant",
"text" => "Qwant"
],
[
"value" => "yep",
"text" => "Yep"
@ -171,6 +175,10 @@ $settings = [
"value" => "google",
"text" => "Google"
],
[
"value" => "qwant",
"text" => "Qwant"
],
[
"value" => "yep",
"text" => "Yep"
@ -212,7 +220,11 @@ $settings = [
[
"value" => "google",
"text" => "Google"
]
],
[
"value" => "qwant",
"text" => "Qwant"
],
]
],
[
@ -231,6 +243,10 @@ $settings = [
"value" => "google",
"text" => "Google"
],
[
"value" => "qwant",
"text" => "Qwant"
],
[
"value" => "yep",
"text" => "Yep"