revid/config/config.go: added vartype mode

This commit is contained in:
Scott 2020-01-20 11:51:30 +10:30
parent 123c7d163a
commit eea0f2d9dc
1 changed files with 1 additions and 0 deletions

View File

@ -324,6 +324,7 @@ var TypeData = map[string]string{
"logging": "enum:Debug,Info,Warning,Error,Fatal", "logging": "enum:Debug,Info,Warning,Error,Fatal",
"MinFPS": "float", "MinFPS": "float",
"MinFrames": "uint", "MinFrames": "uint",
"mode": "enum:Normal,Paused,Burst",
"MOGHistory": "uint", "MOGHistory": "uint",
"MOGMinArea": "float", "MOGMinArea": "float",
"MOGThreshold": "float", "MOGThreshold": "float",