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

Add links to Falkon Store and KDE Planet

This commit is contained in:
Javier Llorente 2023-05-06 23:10:53 +02:00 committed by Juraj Oravec
parent 07345f0c78
commit 5f1b7e9573
2 changed files with 19 additions and 1 deletions

View File

@ -18,6 +18,14 @@
"url": "https://www.falkon.org/", "url": "https://www.falkon.org/",
"visit_count": 0 "visit_count": 0
}, },
{
"description": "",
"keyword": "",
"name": "Falkon Store",
"type": "url",
"url": "https://store.falkon.org/",
"visit_count": 0
},
{ {
"description": "", "description": "",
"keyword": "kde", "keyword": "kde",
@ -25,6 +33,14 @@
"type": "url", "type": "url",
"url": "https://www.kde.org/", "url": "https://www.kde.org/",
"visit_count": 0 "visit_count": 0
},
{
"description": "",
"keyword": "",
"name": "KDE Planet",
"type": "url",
"url": "https://planet.kde.org/",
"visit_count": 0
} }
], ],
"description": "Bookmarks located in Bookmarks Menu", "description": "Bookmarks located in Bookmarks Menu",

View File

@ -64,7 +64,9 @@ void SpeedDial::loadSettings()
if (allPages.isEmpty()) { if (allPages.isEmpty()) {
allPages = "url:\"https://www.falkon.org\"|title:\"Falkon\";" allPages = "url:\"https://www.falkon.org\"|title:\"Falkon\";"
"url:\"https://www.kde.org\"|title:\"KDE Community\";"; "url:\"https://store.falkon.org\"|title:\"Falkon Store\";"
"url:\"https://www.kde.org\"|title:\"KDE Planet\";"
"url:\"https://planet.kde.org\"|title:\"KDE Community\";";
} }
changed(allPages); changed(allPages);