From ff06bc1f51cc446966f7214207e2578cd8b18179 Mon Sep 17 00:00:00 2001 From: lolcat Date: Mon, 29 Jul 2024 10:34:56 -0400 Subject: [PATCH] add startpage ac option in settings --- settings.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/settings.php b/settings.php index e510017..6f99e93 100644 --- a/settings.php +++ b/settings.php @@ -79,6 +79,10 @@ $settings = [ "value" => "google", "text" => "Google" ], + [ + "value" => "startpage", + "text" => "Startpage" + ], [ "value" => "qwant", "text" => "Qwant"