aboutsummaryrefslogtreecommitdiff
path: root/baseconfig
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-19 01:44:06 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-19 01:44:06 +0200
commit77b3cd57f930ec70e6f618da70985e23e5cf76fc (patch)
tree712dbb43ec463a8524286d9e6e0fb2d2f8b9d6ab /baseconfig
parenturlfilter: destroy FilterLeaves only when destroying the FilterTree (diff)
downloadsmolbote-77b3cd57f930ec70e6f618da70985e23e5cf76fc.tar.xz
Integrate FilterTree into browser (#6)
- change filter.path to filter.hosts to represent that the setting is only used for hostlist-format lists - change FilterTree::match to use QUrl and not QString
Diffstat (limited to 'baseconfig')
-rw-r--r--baseconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseconfig b/baseconfig
index eb05765..0e2fb71 100644
--- a/baseconfig
+++ b/baseconfig
@@ -52,7 +52,7 @@ menu "Configuration defaults"
default "~/.config/smolbote/crash.d"
config PATH_FILTER
string "Host filter path"
- default "~/.config/smolbote/host.d"
+ default "~/.config/smolbote/hosts.d"
config PATH_PLUGINS
string "Plugin load location"
default "~/.config/smolbote/plugins.d"