Add target property to search widget
Create release / release (push) Has been cancelled

This commit is contained in:
Svilen Markov
2025-04-22 23:07:07 +01:00
parent b8e2717faf
commit ea04aec0b4
4 changed files with 8 additions and 2 deletions
+1
View File
@@ -20,6 +20,7 @@ type searchWidget struct {
SearchEngine string `yaml:"search-engine"`
Bangs []SearchBang `yaml:"bangs"`
NewTab bool `yaml:"new-tab"`
Target string `yaml:"target"`
Autofocus bool `yaml:"autofocus"`
Placeholder string `yaml:"placeholder"`
}