mirror of
https://github.com/Wyrrrd/Autofilter.git
synced 2026-03-05 23:01:01 +01:00
- Fixed changelog (again) - Added integration for Informatron - Moved some capitalisation around - Added mode=none check for performance
10 lines
251 B
Lua
10 lines
251 B
Lua
data:extend({
|
|
{
|
|
type = "string-setting",
|
|
name = "autofilter_mode",
|
|
default_value = "contents",
|
|
allowed_values = {"contents","filter","none"},
|
|
setting_type = "runtime-per-user",
|
|
order = "a",
|
|
},
|
|
}) |