aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-03-20 14:32:31 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-03-20 14:32:31 +0100
commitfb7586f3c5458bb0a0796fd8f7d207246a9f692c (patch)
tree7b9421f2fb064accdd2d5201b45222774c41b8ac /data
parentAdded custom about box (diff)
downloadsmolbote-fb7586f3c5458bb0a0796fd8f7d207246a9f692c.tar.xz
Dockable bookmarks dialog
Fixed bugs in bookmarks dialog
Diffstat (limited to 'data')
-rw-r--r--data/bookmarks.xbel13
-rw-r--r--data/poi.conf2
2 files changed, 14 insertions, 1 deletions
diff --git a/data/bookmarks.xbel b/data/bookmarks.xbel
new file mode 100644
index 0000000..5aab255
--- /dev/null
+++ b/data/bookmarks.xbel
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE xbel>
+<xbel version="1.0">
+ <folder folded="no">
+ <title>smolbote</title>
+ <bookmark href="https://gitlab.com/xiannox/smolbote/">
+ <title>Repository</title>
+ </bookmark>
+ <bookmark href="https://doc.qt.io/">
+ <title>Qt Documentation</title>
+ </bookmark>
+ </folder>
+</xbel>
diff --git a/data/poi.conf b/data/poi.conf
index b9c1aee..1e4965f 100644
--- a/data/poi.conf
+++ b/data/poi.conf
@@ -52,7 +52,7 @@ subscriptions=[
# Bookmark manager
[bookmarks]
dialogShortcut="Ctrl+Shift+B"
-path="bookmarks.xbel"
+path="~settings/bookmarks.xbel"
# Download manager
[downloads]