diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-12-26 14:16:00 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-12-26 14:16:00 +0100 |
commit | 12e81eb57b0da49dbcd2f823dbf156ee24a802f2 (patch) | |
tree | bb15985f9d284a838adcdefd91a5861c78eed08d /data | |
parent | Updated pre-commit hook (diff) | |
download | smolbote-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.cfg | 5 |
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"; |