diff options
Diffstat (limited to 'config/mobile/e.src')
-rw-r--r-- | config/mobile/e.src | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/mobile/e.src b/config/mobile/e.src index d93cc258dd..5b0c24b2ef 100644 --- a/config/mobile/e.src +++ b/config/mobile/e.src @@ -331,6 +331,12 @@ group "E_Config" struct { value "priority" int: 0; } group "E_Config_Module" struct { + value "name" string: "lokker"; + value "enabled" uchar: 1; + value "delayed" uchar: 0; + value "priority" int: 0; + } + group "E_Config_Module" struct { value "name" string: "conf"; value "enabled" uchar: 1; value "delayed" uchar: 1; |