1
0
mirror of https://github.com/Wyrrrd/Autofilter.git synced 2026-06-02 22:32:27 +02:00

Initial release

This commit is contained in:
Wyrrrd
2020-02-22 03:25:25 +01:00
parent 7d02ab1025
commit 531243a765
8 changed files with 96 additions and 0 deletions
+10
View File
@@ -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",
},
})