mirror of
https://github.com/Stone-Red-Code/Markdowser.git
synced 2026-09-04 00:56:13 +02:00
Fix default search engine URL
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user