aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-12-26 14:16:00 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-12-26 14:16:00 +0100
commit12e81eb57b0da49dbcd2f823dbf156ee24a802f2 (patch)
treebb15985f9d284a838adcdefd91a5861c78eed08d /data
parentUpdated pre-commit hook (diff)
downloadsmolbote-12e81eb57b0da49dbcd2f823dbf156ee24a802f2.tar.xz
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
Diffstat (limited to 'data')
-rw-r--r--data/poi.cfg5
1 files changed, 5 insertions, 0 deletions
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";