Fix default search engine URL

This commit is contained in:
Stone_Red
2024-04-11 17:11:07 +02:00
parent b4edef9021
commit f7225494f6
+1 -1
View File
@@ -11,7 +11,7 @@ public class Settings
public bool DarkMode { get; set; }
public string SearchEngineUrl { get; set; } = "https://duckduckgo.com/html/?kd=-1&k1=-1&q={0}";
public string SearchEngineUrl { get; set; } = "https://html.duckduckgo.com/html/?kd=-1&k1=-1&q={0}";
public string? HomeUrl { get; set; }