add auto-timelapse option

This commit is contained in:
2019-11-14 22:23:20 +01:00
parent 56fc581b04
commit 6581a92f40
4 changed files with 29 additions and 2 deletions

View File

@@ -471,7 +471,8 @@ void App::init()
uirtt.create(width, height, -1, GL_RGBA8, true);
rec_start();
if (Settings::value_or<Serializer::Boolean>("auto-timelapse", false))
rec_start();
if (!check_license())
{