mirror of
https://github.com/Wyrrrd/Autofilter.git
synced 2026-06-02 22:32:27 +02:00
Initial release
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
data:extend({
|
||||
{
|
||||
type = "string-setting",
|
||||
name = "Autofilter_Mode",
|
||||
default_value = "content",
|
||||
allowed_values = {"content","filter","none"},
|
||||
setting_type = "runtime-per-user",
|
||||
order = "a",
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user