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:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user