1
0
mirror of https://github.com/Wyrrrd/Autofilter.git synced 2026-03-25 16:09:49 +01:00

Multiple things

- Fixed changelog (again)
- Added integration for Informatron
- Moved some capitalisation around
- Added mode=none check for performance
This commit is contained in:
Wyrrrd
2020-03-05 18:34:55 +01:00
parent aed3caddda
commit 8ce0cbbf8e
13 changed files with 113 additions and 37 deletions

View File

@@ -1,9 +1,9 @@
data:extend({
{
type = "string-setting",
name = "Autofilter_Mode",
default_value = "content",
allowed_values = {"content","filter","none"},
name = "autofilter_mode",
default_value = "contents",
allowed_values = {"contents","filter","none"},
setting_type = "runtime-per-user",
order = "a",
},