mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-25 12:01:26 +02:00
[bug] fix duckduckgo name
This commit is contained in:
parent
05808e4c6d
commit
84d7bf0fff
@ -76,7 +76,7 @@ var state = (function() {
|
|||||||
},
|
},
|
||||||
duckduckgo: {
|
duckduckgo: {
|
||||||
url: "https://duckduckgo.com/",
|
url: "https://duckduckgo.com/",
|
||||||
name: "Duck Duck Go"
|
name: "DuckDuckGo"
|
||||||
},
|
},
|
||||||
youtube: {
|
youtube: {
|
||||||
url: "https://www.youtube.com/results?search_query=",
|
url: "https://www.youtube.com/results?search_query=",
|
||||||
|
@ -679,6 +679,7 @@ var update = (function() {
|
|||||||
data.state.link.item.display.direction = "horizontal";
|
data.state.link.item.display.direction = "horizontal";
|
||||||
};
|
};
|
||||||
delete data.state.link.fit;
|
delete data.state.link.fit;
|
||||||
|
data.state.header.search.engine.duckduckgo.name = "DuckDuckGo";
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user