diff options
author | lolcat <will@lolcat.ca> | 2023-08-27 01:45:59 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-08-27 01:45:59 -0400 |
commit | 1fd4c2de6d2552f4619c6e67aac60bc635465cd1 (patch) | |
tree | 12c015d718606e5d245008ea7a42899aafae0dd5 /settings.php | |
parent | 12a6278a5fb0a207d2d24ae97957c37b5bd9b4d7 (diff) |
added yandex web and video search, removed fb search
Diffstat (limited to 'settings.php')
-rw-r--r-- | settings.php | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/settings.php b/settings.php index c53599f..c968e57 100644 --- a/settings.php +++ b/settings.php @@ -70,6 +70,10 @@ $settings = [ "value" => "brave", "text" => "Brave" ], + [ + "value" => "yandex", + "text" => "Yandex" + ], /*[ "value" => "google", "text" => "Google" @@ -119,16 +123,16 @@ $settings = [ "text" => "YouTube" ], [ - "value" => "fb", - "text" => "Facebook videos" - ], - [ "value" => "ddg", "text" => "DuckDuckGo" ], [ "value" => "brave", "text" => "Brave" + ], + [ + "value" => "yandex", + "text" => "Yandex" ]/*, [ "value" => "google", @@ -147,8 +151,8 @@ $settings = [ [ "value" => "brave", "text" => "Brave" - ],/* - [ + ], + /*[ "value" => "google", "text" => "Google" ],*/ |