diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-19 01:44:06 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-19 01:44:06 +0200 |
commit | 77b3cd57f930ec70e6f618da70985e23e5cf76fc (patch) | |
tree | 712dbb43ec463a8524286d9e6e0fb2d2f8b9d6ab /linux | |
parent | urlfilter: destroy FilterLeaves only when destroying the FilterTree (diff) | |
download | smolbote-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 'linux')
-rw-r--r-- | linux/.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/.config b/linux/.config index 8a84cad..09b5a4a 100644 --- a/linux/.config +++ b/linux/.config @@ -36,7 +36,7 @@ CONFIG_POI_EXE="poi" # CONFIG_PATH_CONFIG="~/.config/smolbote/smolbote.cfg" CONFIG_PATH_CRASHDUMP="~/.config/smolbote/crash.d" -CONFIG_PATH_FILTER="~/.config/smolbote/host.d" +CONFIG_PATH_FILTER="~/.config/smolbote/hosts.d" CONFIG_PATH_PLUGINS="~/.config/smolbote/plugins.d" CONFIG_PATH_PROFILES="~/.config/smolbote/profiles.d" CONFIG_PATH_BOOKMARKS="~/.config/smolbote/bookmarks.xbel" |