diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-05-27 17:50:22 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-05-27 17:50:22 +0200 |
commit | 8221037c77be1f7c256b2575d4a9a4a9d58a9c0d (patch) | |
tree | d2e70f9603207dbebeb0238bf15af56e24af18dd /data | |
parent | Filter code refactoring (diff) | |
download | smolbote-8221037c77be1f7c256b2575d4a9a4a9d58a9c0d.tar.xz |
Profile improvements
* Some code refactoring
* Profile dialog UI is now only created when needed
* Profile selector dialog
Diffstat (limited to 'data')
-rw-r--r-- | data/bookmarks.xbel | 2 | ||||
-rw-r--r-- | data/poi.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/bookmarks.xbel b/data/bookmarks.xbel index 5aab255..afcd006 100644 --- a/data/bookmarks.xbel +++ b/data/bookmarks.xbel @@ -3,7 +3,7 @@ <xbel version="1.0"> <folder folded="no"> <title>smolbote</title> - <bookmark href="https://gitlab.com/xiannox/smolbote/"> + <bookmark href="https://bitbucket.org/xiannox/smolbote"> <title>Repository</title> </bookmark> <bookmark href="https://doc.qt.io/"> diff --git a/data/poi.toml b/data/poi.toml index 7359630..e2f37e6 100644 --- a/data/poi.toml +++ b/data/poi.toml @@ -18,7 +18,7 @@ localSocket="smolbote-singlelock" # Profile [browser.profile] -default="Default" +default="" # "" is off-the-record path="$cache/Profiles/" # Main window settings |