1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

SpeedDial: Change default pages to KDE/Falkon

This commit is contained in:
David Rosca 2018-02-16 14:40:37 +01:00
parent 0706cd1997
commit 4360ed982f
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -63,10 +63,11 @@ void SpeedDial::loadSettings()
settings.endGroup();
if (allPages.isEmpty()) {
allPages = "url:\"https://www.qupzilla.com\"|title:\"QupZilla\";"
"url:\"http://blog.qupzilla.com\"|title:\"QupZilla Blog\";"
"url:\"https://github.com/QupZilla/qupzilla\"|title:\"QupZilla GitHub\";"
allPages = "url:\"https:/kde.org\"|title:\"KDE Community Home\";"
"url:\"https://phabricator.kde.org/source/falkon/\"|title:\"Falkon Git\";"
"url:\"https://bugs.kde.org/describecomponents.cgi?product=Falkon\"|title:\"Falkon Bug Tracker\";"
"url:\"https://duckduckgo.com\"|title:\"DuckDuckGo\";";
}
changed(allPages);