Add autofocus property to search widget

This commit is contained in:
Svilen Markov
2024-07-15 16:30:12 +01:00
parent 9bda88edbd
commit 5a62a8afe9
3 changed files with 6 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ type Search struct {
SearchEngine string `yaml:"search-engine"`
Bangs []SearchBang `yaml:"bangs"`
NewTab bool `yaml:"new-tab"`
Autofocus bool `yaml:"autofocus"`
}
func convertSearchUrl(url string) string {