mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
16 lines
992 B
Diff
16 lines
992 B
Diff
--- a/src/lib/plugins/speeddial.cpp 2018-02-28 14:59:36.000000000 +0100
|
|
+++ b/src/lib/plugins/speeddial.cpp 2018-02-28 15:10:00.869714665 +0100
|
|
@@ -66,7 +66,11 @@
|
|
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\";";
|
|
+ "url:\"https://www.chakralinux.org\"|title:\"The Chakra Project\";"
|
|
+ "url:\"https://community.chakralinux.org\"|title:\"Forums\";"
|
|
+ "url:\"https://webchat.freenode.net/?channels=chakra\"|title:\"IRC\";"
|
|
+ "url:\"http://www.youtube.com/html5\"|title:\"YouTube-html5\";"
|
|
+ "url:\"https://duckduckgo.com/?t=chakra\"|title:\"DuckDuckGo\";";
|
|
|
|
}
|
|
changed(allPages);
|