From 1668cd446ab11e0715529e22188b92d1823115e1 Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Thu, 19 Dec 2013 16:34:59 +0100 Subject: [PATCH] Setting:tour enabled --- src/conf_defaults.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/conf_defaults.lua b/src/conf_defaults.lua index 858b190..0aabf44 100644 --- a/src/conf_defaults.lua +++ b/src/conf_defaults.lua @@ -305,4 +305,10 @@ M.doodle3d_simplify_minDistance = { min = 0 } +M.doodle3d_tour_enabled = { + default = true, + type = 'bool', + description = 'Show tour to new users' +} + return M