From 77b3cd57f930ec70e6f618da70985e23e5cf76fc Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 19 Oct 2018 01:44:06 +0200 Subject: 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 --- baseconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'baseconfig') 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" -- cgit v1.2.1