mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Fixed issue with changing url of DuckDuckGo search provider
- it kept reverting to original URL if user changed it
This commit is contained in:
parent
0a49a60756
commit
96ce82fdda
@ -70,12 +70,6 @@ void SearchEnginesManager::loadSettings()
|
|||||||
en.shortcut = query.value(3).toString();
|
en.shortcut = query.value(3).toString();
|
||||||
en.suggestionsUrl = query.value(4).toString();
|
en.suggestionsUrl = query.value(4).toString();
|
||||||
|
|
||||||
// TODO: Remove when releasing new version
|
|
||||||
// and move into profile updater
|
|
||||||
if (en.name == "DuckDuckGo") {
|
|
||||||
en.url = "https://duckduckgo.com/?q=%s&t=qupzilla";
|
|
||||||
}
|
|
||||||
|
|
||||||
m_allEngines.append(en);
|
m_allEngines.append(en);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user