From 12e81eb57b0da49dbcd2f823dbf156ee24a802f2 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 26 Dec 2017 14:16:00 +0100 Subject: SettingsDialog patches - Added scrollbar, so items are now properly viewable on all sizes - Reset button now works - Editing values causes a crash - Filter path is now in filter.path instead of browser.filterPath --- data/poi.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data') diff --git a/data/poi.cfg b/data/poi.cfg index bf8a022..dd8af64 100644 --- a/data/poi.cfg +++ b/data/poi.cfg @@ -41,6 +41,11 @@ browser = { }; }; +// Filter settings +filter = { + path = "~/.config/smolbote/hosts.d"; +}; + // Profile settings profile = { path = "~/.config/smolbote/Profiles"; -- cgit v1.2.1