mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 13:30:00 -04:00
Changed the default search engine
This commit is contained in:
parent
e9b95c8e49
commit
e4e7a69280
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export function ProxyFrame(props: { url: string }) {
|
||||||
const localProxy = localStorage.getItem("proxy") || "automatic";
|
const localProxy = localStorage.getItem("proxy") || "automatic";
|
||||||
const proxyMode = localStorage.getItem("proxyMode") || "embed";
|
const proxyMode = localStorage.getItem("proxyMode") || "embed";
|
||||||
const searchEngine =
|
const searchEngine =
|
||||||
localStorage.getItem("searchEngine") || "https://google.com/search?q=%s";
|
localStorage.getItem("searchEngine") || "https://duckduckgo.com/?q=%s";
|
||||||
|
|
||||||
const [ProxiedUrl, setProxiedUrl] = useState<string | undefined>(undefined);
|
const [ProxiedUrl, setProxiedUrl] = useState<string | undefined>(undefined);
|
||||||
//@ts-ignore
|
//@ts-ignore
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue