[bug] fix duckduckgo name

This commit is contained in:
zombieFox 2019-12-02 21:41:22 +00:00
parent 05808e4c6d
commit 84d7bf0fff
2 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,7 @@ var state = (function() {
},
duckduckgo: {
url: "https://duckduckgo.com/",
name: "Duck Duck Go"
name: "DuckDuckGo"
},
youtube: {
url: "https://www.youtube.com/results?search_query=",

View File

@ -679,6 +679,7 @@ var update = (function() {
data.state.link.item.display.direction = "horizontal";
};
delete data.state.link.fit;
data.state.header.search.engine.duckduckgo.name = "DuckDuckGo";
return data;
}
};