1
0
mirror of https://github.com/Wyrrrd/Autofilter.git synced 2026-03-05 23:01:01 +01:00
Files
Autofilter/settings.lua
Wyrrrd 8ce0cbbf8e Multiple things
- Fixed changelog (again)
- Added integration for Informatron
- Moved some capitalisation around
- Added mode=none check for performance
2020-03-05 18:34:55 +01:00

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",
},
})