1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 10:46:35 +01:00

SpeedDial: Replaced facebook with duckduckgo as default page

Closes #990
This commit is contained in:
nowrep 2013-08-12 10:34:35 +02:00
parent 1cca824d66
commit 25834dea06

View File

@ -58,7 +58,7 @@ void SpeedDial::loadSettings()
"url:\"http://www.qupzilla.com\"|title:\"QupZilla\";"
"url:\"http://blog.qupzilla.com\"|title:\"QupZilla Blog\";"
"url:\"https://github.com/QupZilla/qupzilla\"|title:\"QupZilla GitHub\";"
"url:\"https://facebook.com\"|title:\"Facebook\";";
"url:\"https://duckduckgo.com\"|title:\"DuckDuckGo\";";
}
changed(allPages);