0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-12-22 02:53:49 +01:00

Setting:tour enabled

This commit is contained in:
peteruithoven 2013-12-19 16:34:59 +01:00
parent b72c56e76b
commit 1668cd446a

View File

@ -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