1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Bookmarks: Remove default bookmarks

Also don't show bookmarks toolbar by default as there
is nothing to show now.
This commit is contained in:
David Rosca 2018-03-01 16:47:12 +01:00
parent 7308b64df6
commit d87cffd5db
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8
2 changed files with 2 additions and 38 deletions

View File

@ -582,7 +582,7 @@ void BrowserWindow::loadSettings()
//Browser Window settings
settings.beginGroup("Browser-View-Settings");
bool showStatusBar = settings.value("showStatusBar", false).toBool();
bool showBookmarksToolbar = settings.value("showBookmarksToolbar", true).toBool();
bool showBookmarksToolbar = settings.value("showBookmarksToolbar", false).toBool();
bool showNavigationToolbar = settings.value("showNavigationToolbar", true).toBool();
bool showMenuBar = settings.value("showMenubar", false).toBool();

View File

@ -1,43 +1,7 @@
{
"roots": {
"bookmark_bar": {
"children": [
{
"description": "Source code of Falkon",
"keyword": "falkon-git",
"name": "Falkon Git",
"type": "url",
"url": "https://phabricator.kde.org/source/falkon/",
"visit_count": 0
},
{
"description": "KDE Bug Tracker for Falkon",
"keyword": "falkon-bugs",
"name": "Falkon Bug Tracker",
"type": "url",
"url": "https://bugs.kde.org/describecomponents.cgi?product=Falkon",
"visit_count": 0
},
{
"description": "Falkon KDE UserBase Wiki",
"keyword": "falkon-wiki",
"name": "Falkon Wiki",
"type": "url",
"url": "https://userbase.kde.org/Falkon",
"visit_count": 0
},
{
"type": "separator"
},
{
"description": "KDE Community Home",
"keyword": "kde-home",
"name": "KDE Homepage",
"type": "url",
"url": "https://www.kde.org/",
"visit_count": 0
}
],
"children": [ ],
"description": "Bookmarks located in Bookmarks Toolbar",
"expanded": true,
"expanded_sidebar": true,