mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Add links to Falkon Store and KDE Planet
This commit is contained in:
parent
07345f0c78
commit
5f1b7e9573
|
@ -18,6 +18,14 @@
|
|||
"url": "https://www.falkon.org/",
|
||||
"visit_count": 0
|
||||
},
|
||||
{
|
||||
"description": "",
|
||||
"keyword": "",
|
||||
"name": "Falkon Store",
|
||||
"type": "url",
|
||||
"url": "https://store.falkon.org/",
|
||||
"visit_count": 0
|
||||
},
|
||||
{
|
||||
"description": "",
|
||||
"keyword": "kde",
|
||||
|
@ -25,6 +33,14 @@
|
|||
"type": "url",
|
||||
"url": "https://www.kde.org/",
|
||||
"visit_count": 0
|
||||
},
|
||||
{
|
||||
"description": "",
|
||||
"keyword": "",
|
||||
"name": "KDE Planet",
|
||||
"type": "url",
|
||||
"url": "https://planet.kde.org/",
|
||||
"visit_count": 0
|
||||
}
|
||||
],
|
||||
"description": "Bookmarks located in Bookmarks Menu",
|
||||
|
|
|
@ -64,7 +64,9 @@ void SpeedDial::loadSettings()
|
|||
|
||||
if (allPages.isEmpty()) {
|
||||
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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user